Class ValidationException

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.ValidationException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class ValidationException extends oracle.iam.platform.kernel.OrchestrationException
Exception that should be used by validation event handlers to notify kernel of validation failures
Author:
asmaram
See Also:
  • Constructor Details

    • ValidationException

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

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

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

      public ValidationException(Throwable cause)
      Constructs a new validation exception with the specified cause.
      Parameters:
      cause - the cause