Class RoleNotFoundException

All Implemented Interfaces:
Serializable

public class RoleNotFoundException extends RoleException
Thrown when the specified role was not found on the server.
Since:
1.2
See Also:
  • Constructor Details

    • RoleNotFoundException

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