Package com.sas.lsaf.content.repository
Class RepositoryItemCheckoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.content.repository.RepositoryException
-
- com.sas.lsaf.content.repository.RepositoryItemException
-
- com.sas.lsaf.content.repository.RepositoryItemCheckoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryItemCheckoutException extends RepositoryItemException
Thrown when attempt is made to check out a repository file that is currently checked out.- Since:
- 1.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryItemCheckoutException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemCheckoutException
with the specified path and message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.content.repository.RepositoryItemException
getPath
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
RepositoryItemCheckoutException
public RepositoryItemCheckoutException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemCheckoutException
with the specified path and message.- Parameters:
path
- The path to the resource.message
- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-