public class ValidationFailedException
extends java.lang.Exception
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.| Constructor and Description |
|---|
ValidationFailedException(java.lang.String message)
Creates a
ValidationFailedException with a caller specified
(error) message. |
ValidationFailedException(java.lang.String message,
java.lang.Throwable cause)
Creates a
ValidationFailedException with a caller specified
(error) message and a Throwable providing more information. |
public ValidationFailedException(java.lang.String message)
ValidationFailedException with a caller specified
(error) message.message - The message with an explanation of the exception.public ValidationFailedException(java.lang.String message,
java.lang.Throwable cause)
ValidationFailedException with a caller specified
(error) message and a Throwable providing more information.message - The message with an explanation of the exception.cause - The cause providing detailed information.