com.sas.hls.security.privilege.exception
Class PrivilegeException

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.privilege.exception.PrivilegeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPrivilegeException, PrivilegeExistsException, PrivilegeNotFoundException

public abstract class PrivilegeException
extends AbstractCheckedException

Abstract parent class for privilege exceptions thrown while getting or managing privileges in the system.

See Also:
Serialized Form

Constructor Summary
PrivilegeException(String message)
          PrivilegeException 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

PrivilegeException

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

Parameters:
message - The detailed message for this exception.


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