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, 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
RoleException
public RoleException(String message)
- RoleException constructor with detailed message.
- Parameters:
message
- The detailed message for this exception.
RoleException
public RoleException(String message,
Throwable cause)
- RoleException constructor with detailed message and cause.
- Parameters:
message
- The detailed message for this exception.cause
- The cause for this exception.
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA