Class RoleExistsException

All Implemented Interfaces:
Serializable

public class RoleExistsException extends RoleException
Thrown when an attempt is made to define a role that is already defined; or add an inherited role that is already inherited.
Since:
1.2
See Also:
  • Constructor Details

    • RoleExistsException

      public RoleExistsException(String message)
      Constructs a RoleExistsException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).