Class RoleUpdateException

All Implemented Interfaces:
Serializable

public class RoleUpdateException extends RoleException
Thrown when a role could not be updated.
Since:
1.2
See Also:
  • Constructor Details

    • RoleUpdateException

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