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, 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(String message, Throwable cause)
          RoleException constructor with detailed message and cause.
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException
contains, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, setLocalizedMessage
 
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.

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