Class AccessPolicyEvaluationUnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.accesspolicy.exception.AccessPolicyEvaluationUnauthorizedException
- All Implemented Interfaces:
- Serializable
Exception thrown when logged in user is not authorized to initiate access 
 policy evaluation for the target user
- Author:
- lsubrama
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new super exception with null as its detail message.Constructs a new super exception with the specified detail message.AccessPolicyEvaluationUnauthorizedException(String message, Throwable cause) Constructs a new super exception with the specified detail message and cause.Constructs a new super exception with the specified cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUIDpublic static final long serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
AccessPolicyEvaluationUnauthorizedExceptionpublic AccessPolicyEvaluationUnauthorizedException()Constructs a new super exception with null as its detail message.
- 
AccessPolicyEvaluationUnauthorizedExceptionConstructs a new super exception with the specified detail message.- Parameters:
- message- the detail message
 
- 
AccessPolicyEvaluationUnauthorizedExceptionConstructs a new super exception with the specified detail message and cause.- Parameters:
- message- the detail message
- cause- the cause
 
- 
AccessPolicyEvaluationUnauthorizedExceptionConstructs a new super exception with the specified cause.- Parameters:
- cause- the cause
 
 
-