Package com.sas.lsaf.content.repository
Class RepositoryContextTypeDisabledException
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.RepositoryContextTypeDisabledException
- All Implemented Interfaces:
Serializable
Thrown when an action cannot be completed because the context type is disabled.
- Since:
- 2.2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryContextTypeDisabledException(String path, String message) Constructs aRepositoryContextTypeDisabledExceptionwith the specified path and message. -
Method Summary
Methods inherited from class com.sas.lsaf.content.repository.RepositoryItemRuntimeException
getPathMethods 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
-
RepositoryContextTypeDisabledException
Constructs aRepositoryContextTypeDisabledExceptionwith 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()).
-