Class NoSuchPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.accesspolicy.exception.NoSuchPolicyException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPolicyException
(String errorCode, String errorMessage, Serializable[] errorData) Constructs a new NoSuchPolicyException with the errorCode, errorMessage and errorDataNoSuchPolicyException
(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new EntitlementNotFoundException with the errorCode, errorMessage, errorData and Throwable. -
Method Summary
Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoSuchPolicyException
Constructs a new NoSuchPolicyException with the errorCode, errorMessage and errorData- Parameters:
errorCode
- - Code for the errorerrorMessage
- - Message for the errorerrorData
- - A Serializable array with data for the error
-
NoSuchPolicyException
public NoSuchPolicyException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new EntitlementNotFoundException with the errorCode, errorMessage, errorData and Throwable.- Parameters:
errorCode
- - Code for the errorerrorMessage
- - Message for the errorerrorData
- - A Serializable array with data for the errore
- - Exception
-