Uses of Class
com.sas.lsaf.content.repository.RepositoryRuntimeException
-
Packages that use RepositoryRuntimeException Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of RepositoryRuntimeException in com.sas.lsaf.content.repository
Subclasses of RepositoryRuntimeException in com.sas.lsaf.content.repository Modifier and Type Class Description class
RepositoryContextTypeDisabledException
Thrown when an action cannot be completed because the context type is disabled.class
RepositoryItemCheckedoutException
Thrown when an action is taken that is not allowed on checked out files.class
RepositoryItemIllegalStateException
Thrown when an action cannot be completed because the item is in an invalid state.class
RepositoryItemLockedException
Thrown when an action cannot be completed because the item is locked.class
RepositoryItemRuntimeException
The root of the hierarchy of all runtime repository item exceptions.
-