Skip navigation links 
 
oracle.iam.platform.authopss.exception
Class AccessControlException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
oracle.iam.platform.utils.SuperRuntimeException
                  
oracle.iam.platform.authopss.exception.AccessControlException
- All Implemented Interfaces:
 
- java.io.Serializable, oracle.iam.platform.utils.io.XmlPrintable
 
- 
public class AccessControlException
 
- extends SuperRuntimeException
 
A runtime exception that signals the error condition that the user has been disallowed access to an operation.
- See Also:
 
- Serialized Form
 
 
| Constructor Summary | 
AccessControlException() 
          Constructs a new platform.authz exception with null as its detail message. | 
AccessControlException(java.lang.String message) 
          Constructs a new platform.authz exception with the specified detail message. | 
AccessControlException(java.lang.String message, java.lang.Throwable cause) 
          Constructs a new platform.authz exception with the specified detail message and cause. | 
AccessControlException(java.lang.Throwable cause) 
          Constructs a new platform.authz exception with the specified cause. | 
  
 
 
| Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException | 
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
AccessControlException
public AccessControlException()
- Constructs a new platform.authz exception with null as its detail message.
 
AccessControlException
public AccessControlException(java.lang.String message)
- Constructs a new platform.authz exception with the specified detail message.
- Parameters:
 
message - the detail message 
 
AccessControlException
public AccessControlException(java.lang.String message,
                              java.lang.Throwable cause)
- Constructs a new platform.authz exception with the specified detail message and cause.
- Parameters:
 
message - the detail message 
cause - the cause 
 
AccessControlException
public AccessControlException(java.lang.Throwable cause)
- Constructs a new platform.authz exception with the specified cause.
- Parameters:
 
cause - the cause 
 
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.