Package com.caplin.permissioning
Class ActionAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caplin.permissioning.ActionAlreadyExistsException
- All Implemented Interfaces:
Serializable
Thrown at runtime if one attempts to create a
Rule
that specifies an action
which has already been specified by another, earlier created Rule
. See the guidelines for creating Rule
s
for more information. To help you avoid this, the PermissioningDataSource
offers the PermissioningDataSource.actionExists(String)
convenience
method to check if an action
already exists or not.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString