Class ActionAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caplin.permissioning.ActionAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ActionAlreadyExistsException extends RuntimeException
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 Rules 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: