Package oracle.iam.identity.exception
Class OrganizationBulkValidationFailedException
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.OrganizationBulkValidationFailedException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
public class OrganizationBulkValidationFailedException
extends oracle.iam.platform.kernel.ValidationFailedException
Thrown when there is a validation exception while performing bulk operation on an Organization
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new validation failed exception with null as its detail message.Constructs a new validation failed exception with the specified detail message.OrganizationBulkValidationFailedException
(String message, Throwable cause) Constructs a new validation failed exception with the specified detail message and cause.Constructs a new validation failed exception with the specified cause.OrganizationBulkValidationFailedException
(List<String> successResults, Map<String, oracle.iam.platform.kernel.ValidationFailedException> failureResults) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class oracle.iam.platform.kernel.OrchestrationException
getPid, getProcessID, setPid, setProcessID
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
-
OrganizationBulkValidationFailedException
-
OrganizationBulkValidationFailedException
public OrganizationBulkValidationFailedException()Constructs a new validation failed exception with null as its detail message. -
OrganizationBulkValidationFailedException
Constructs a new validation failed exception with the specified detail message.- Parameters:
message
- the detail message
-
OrganizationBulkValidationFailedException
Constructs a new validation failed exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
OrganizationBulkValidationFailedException
Constructs a new validation failed exception with the specified cause.- Parameters:
cause
- the cause
-
-
Method Details
-
getSuccesses
-
getFailures
-