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:
java.io.Serializable
public class RepositoryItemCopyException extends RepositoryItemException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryItemCopyException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemCopyException
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
-
RepositoryItemCopyException
public RepositoryItemCopyException(java.lang.String path, java.lang.String message)
Constructs aRepositoryItemCopyException
with 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()
).
-
-