Package com.sas.lsaf.content.repository
Class RepositoryItemCopyException
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.RepositoryItemCopyException
- All Implemented Interfaces:
Serializable
The class that represents a repository item that cannot be copied as requested. Typically, this is a request to copy
a parent folder into a child folder.
- Since:
- 1.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryItemCopyException(String path, String message) Constructs aRepositoryItemCopyExceptionwith the specified path and message. -
Method Summary
Methods inherited from class com.sas.lsaf.content.repository.RepositoryItemException
getPathMethods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryItemCopyException
Constructs aRepositoryItemCopyExceptionwith the specified path and message.- Parameters:
path- The path to the repository item.message- The detail message (which is saved for later retrieval byAbstractCheckedException.getMessage()).
-