Package com.sas.lsaf.content.repository
Class RepositoryItemLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.lsaf.core.AbstractRuntimeException
com.sas.lsaf.content.repository.RepositoryRuntimeException
com.sas.lsaf.content.repository.RepositoryItemRuntimeException
com.sas.lsaf.content.repository.RepositoryItemLockedException
- All Implemented Interfaces:
Serializable
Thrown when an action cannot be completed because the item is locked.
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryItemLockedException(String path, String message) Constructs aRepositoryItemLockedExceptionwith the specified path and message. -
Method Summary
Methods inherited from class com.sas.lsaf.content.repository.RepositoryItemRuntimeException
getPathMethods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryItemLockedException
Constructs aRepositoryItemLockedExceptionwith the specified path and message.- Parameters:
path- The path to the repository item.message- The detail message (which is saved for later retrieval byAbstractRuntimeException.getMessage()).
-