Package oracle.iam.identity.exception
Class OrganizationValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.platform.kernel.OrchestrationException
oracle.iam.platform.kernel.ValidationFailedException
oracle.iam.identity.exception.OrganizationValidationFailedException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
public class OrganizationValidationFailedException
extends oracle.iam.platform.kernel.ValidationFailedException
Thrown when there is a validation exception while performing an operation on an organization
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet error code associated with the exception.void
setErrorCode
(String errorCode) Methods inherited from class oracle.iam.platform.kernel.OrchestrationException
getPid, getProcessID, setPid, setProcessID
Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
addError, convertErrorData, copyErrorInfo, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, 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
-
OrganizationValidationFailedException
public OrganizationValidationFailedException()
-
-
Method Details
-
setErrorCode
- Overrides:
setErrorCode
in classSuperRuntimeException
-
getErrorCode
Description copied from class:SuperRuntimeException
Get error code associated with the exception.- Overrides:
getErrorCode
in classSuperRuntimeException
- Returns:
- error code associated with the exception.
-