Package com.sas.lsaf.content.repository
Class RepositoryItemCheckedoutException
- 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.RepositoryItemCheckedoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryItemCheckedoutException extends RepositoryItemRuntimeException
Thrown when an action is taken that is not allowed on checked out files.- Since:
- 1.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryItemCheckedoutException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemCheckedoutException
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
-
RepositoryItemCheckedoutException
public RepositoryItemCheckedoutException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemCheckedoutException
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()
).
-
-