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 Details

    • OrganizationBulkValidationFailedException

      public OrganizationBulkValidationFailedException(List<String> successResults, Map<String,oracle.iam.platform.kernel.ValidationFailedException> failureResults)
    • OrganizationBulkValidationFailedException

      public OrganizationBulkValidationFailedException()
      Constructs a new validation failed exception with null as its detail message.
    • OrganizationBulkValidationFailedException

      public OrganizationBulkValidationFailedException(String message)
      Constructs a new validation failed exception with the specified detail message.
      Parameters:
      message - the detail message
    • OrganizationBulkValidationFailedException

      public OrganizationBulkValidationFailedException(String message, Throwable cause)
      Constructs a new validation failed exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • OrganizationBulkValidationFailedException

      public OrganizationBulkValidationFailedException(Throwable cause)
      Constructs a new validation failed exception with the specified cause.
      Parameters:
      cause - the cause
  • Method Details

    • getSuccesses

      public List<String> getSuccesses()
    • getFailures

      public Map<String,oracle.iam.platform.kernel.ValidationFailedException> getFailures()