com.sas.hls.security.role.exception
Class RoleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.hls.common.exception.AbstractCheckedException
              extended by 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.
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException
getLocalizedMessage, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleException

public RoleException(String message)
RoleException constructor with detailed message.

Parameters:
message - The detailed message for this exception.


Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA