Skip navigation links


oracle.iam.platform.authz.exception
Class AccessControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.platform.utils.SuperRuntimeException
                  extended by oracle.iam.platform.authz.exception.AccessControlException

All Implemented Interfaces:
java.io.Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class AccessControlException
extends oracle.iam.platform.utils.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.

 

Method Summary

 

Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
getLocalizedMessages, getMessages, xprint, xprint

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

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 © 2010, Oracle and/or its affiliates. All rights reserved.