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:
-
Constructor Summary
ConstructorDescriptionExternalsLockException
(org.tmatesoft.svn.core.SVNErrorMessage errorMessage, File affectedLockedDirectory) -
Method Summary
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
-
Constructor Details
-
ExternalsLockException
public ExternalsLockException(org.tmatesoft.svn.core.SVNErrorMessage errorMessage, File affectedLockedDirectory)
-
-
Method Details
-
getAffectedLockedDirectory
-