com.sas.hls.security.role.exception
Class RoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.role.exception.RoleException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidRoleAssignmentContextException, InvalidRoleMemberException, InvalidRolePrivilegeException, RoleAssignmentExistsException, RoleAssignmentNotFoundException, RoleContextNotFoundException, RoleExistsException, RoleNotFoundException
public abstract class RoleException
- extends AbstractCheckedException
Abstract parent class for role exceptions thrown while manipulating or accessing roles.
- See Also:
- Serialized Form
Constructor Summary |
RoleException(String message)
RoleException constructor with detailed message. |
RoleException
public RoleException(String message)
- RoleException constructor with detailed message.
- Parameters:
message
- The detailed message for this exception.
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA