Class 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:
    Serialized Form
    • Constructor Detail

      • 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.