Class ExternalsLockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tmatesoft.svn.core.SVNException
-
- com.atlassian.bamboo.repository.svn.ExternalsLockException
-
- All Implemented Interfaces:
Serializable
public class ExternalsLockException extends org.tmatesoft.svn.core.SVNException
Exception to represent a locked external directory- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalsLockException(org.tmatesoft.svn.core.SVNErrorMessage errorMessage, File affectedLockedDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getAffectedLockedDirectory()
-
Methods inherited from class org.tmatesoft.svn.core.SVNException
getErrorMessage, getMessage, isEnoent
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-