Class ProvisioningRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.provisioning.exception.ProvisioningRuntimeException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new super exception with null as its detail message.ProvisioningRuntimeException
(String message) Constructs a new super exception with the specified detail message.ProvisioningRuntimeException
(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new super exception with the specified detail message.ProvisioningRuntimeException
(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 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
-
ProvisioningRuntimeException
public ProvisioningRuntimeException()Constructs a new super exception with null as its detail message. -
ProvisioningRuntimeException
Constructs a new super exception with the specified detail message.- Parameters:
message
- the detail message
-
ProvisioningRuntimeException
Constructs a new super exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
ProvisioningRuntimeException
public ProvisioningRuntimeException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new super exception with the specified detail message.- Parameters:
errorCode
-errorMessage
-errorData
-e
-
-
ProvisioningRuntimeException
Constructs a new super exception with the specified cause.- Parameters:
cause
- the cause
-