Class RoleException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidRoleMemberException, RoleExistsException, RoleNotFoundException, RoleUpdateException

public abstract class RoleException extends AbstractCheckedException
Root of the hierarchy of all checked role exceptions within the SAS Life Science Analytics Framework Java API.

Abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.

Since:
1.2
See Also:
  • Constructor Details

    • RoleException

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