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:
java.io.Serializable
public class RepositoryItemLockedException extends RepositoryItemRuntimeException
Thrown when an action cannot be completed because the item is locked.- Since:
- 1.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryItemLockedException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemLockedException
with the specified path and message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.content.repository.RepositoryItemRuntimeException
getPath
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
RepositoryItemLockedException
public RepositoryItemLockedException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemLockedException
with 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()
).
-
-