Class ValidationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.datamanagement.ValidationFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MandatoryParameterValueNotSetException

public class ValidationFailedException extends Exception
A ValidationFailedException indicates that the validation of written values in the data manager has failed. This may be due to problems when writing to the database or in case mandatory output parameters have no values.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • ValidationFailedException

      public ValidationFailedException(String message)
      Creates a ValidationFailedException with a caller specified (error) message.
      Parameters:
      message - The message with an explanation of the exception.
    • ValidationFailedException

      public ValidationFailedException(String message, Throwable cause)
      Creates a ValidationFailedException with a caller specified (error) message and a Throwable providing more information.
      Parameters:
      message - The message with an explanation of the exception.
      cause - The cause providing detailed information.