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:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
A runtime exception that signals the error condition that the user has been
disallowed access to an operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new platform.authz exception with null as its detail message.AccessControlException
(String message) Constructs a new platform.authz exception with the specified detail message.AccessControlException
(String message, Throwable cause) Constructs a new platform.authz exception with the specified detail message and cause.AccessControlException
(Throwable cause) Constructs a new platform.authz exception with the specified cause. -
Method Summary
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
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AccessControlException
public AccessControlException()Constructs a new platform.authz exception with null as its detail message. -
AccessControlException
Constructs a new platform.authz exception with the specified detail message.- Parameters:
message
- the detail message
-
AccessControlException
Constructs a new platform.authz exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
AccessControlException
Constructs a new platform.authz exception with the specified cause.- Parameters:
cause
- the cause
-