Class AccessControlException

All Implemented Interfaces:
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:
  • Constructor Details

    • AccessControlException

      public AccessControlException()
      Constructs a new platform.authz exception with null as its detail message.
    • AccessControlException

      public AccessControlException(String message)
      Constructs a new platform.authz exception with the specified detail message.
      Parameters:
      message - the detail message
    • AccessControlException

      public AccessControlException(String message, 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(Throwable cause)
      Constructs a new platform.authz exception with the specified cause.
      Parameters:
      cause - the cause