Package com.sas.lsaf.content.repository
Class CopyToWorkspaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.lsaf.core.AbstractRuntimeException
com.sas.lsaf.content.repository.CopyToWorkspaceException
- All Implemented Interfaces:
Serializable
Thrown when the item to copy has been marked as
RepositoryItem.Syncable.DENY or RepositoryItem.Syncable.DENY_ALL.- Since:
- 1.8
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCopyToWorkspaceException(String path, String message) Constructs aCopyToWorkspaceExceptionwith the specified path and detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CopyToWorkspaceException
Constructs aCopyToWorkspaceExceptionwith the specified path and detail message.- Parameters:
path- The path to the item that caused the exception.message- The detail message.
-
-
Method Details
-
getPath
Return the path to the item that caused the exception.- Returns:
- The path of the item.
-