Class ValidationFailedException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable, OIMGenericExceptionIntf

public class ValidationFailedException extends UserManagerException
Thrown if there is any exception while performing validation on input data in a user manager operation
See Also:
  • Constructor Details

    • ValidationFailedException

      public ValidationFailedException(String message, String errorCode)
      Constructs a ValidationFailedException with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode -
    • ValidationFailedException

      public ValidationFailedException(String message, Throwable cause, String errorCode)
      Constructs a ValidationFailedException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      cause - the cause
      errorCode -
    • ValidationFailedException

      public ValidationFailedException(Throwable cause, String errorCode)
      Constructs a ValidationFailedException with the specified cause and error code.
      Parameters:
      cause - the cause
      errorCode -