Class AccessCheckException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- sailpoint.tools.AbstractLocalizableException
 - 
- sailpoint.tools.GeneralException
 - 
- com.identityworksllc.iiq.common.access.AccessCheckException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,sailpoint.tools.Localizable
public class AccessCheckException extends sailpoint.tools.GeneralException
An exception specific to theAccessChecktools- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AccessCheckException()Constructs a new AccessCheckException with no message or parentAccessCheckException(String message)Constructs a new AccessCheckMessage with the given message textAccessCheckException(String message, Throwable t)Constructs a new AccessCheckException with the given message and parentAccessCheckException(Throwable t)Constructs a new AccessCheckException with the given parent 
- 
Method Summary
- 
Methods inherited from class sailpoint.tools.GeneralException
breakpoint, checkBreakpoint, enableBreakpoint 
- 
Methods inherited from class sailpoint.tools.AbstractLocalizableException
getDetailedError, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageInstance, getPossibleSuggestion, setDetailedError, setLocalizedMessage, setPossibleSuggestion 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AccessCheckException
public AccessCheckException()
Constructs a new AccessCheckException with no message or parent 
- 
AccessCheckException
public AccessCheckException(String message)
Constructs a new AccessCheckMessage with the given message text- Parameters:
 message- The message text
 
- 
AccessCheckException
public AccessCheckException(String message, Throwable t)
Constructs a new AccessCheckException with the given message and parent- Parameters:
 message- The message textt- The parent throwable
 
- 
AccessCheckException
public AccessCheckException(Throwable t)
Constructs a new AccessCheckException with the given parent- Parameters:
 t- The parent throwable
 
 - 
 
 -