Class ValidationExecutionException

  • All Implemented Interfaces:
    Serializable

    public class ValidationExecutionException
    extends RuntimeException
    The validation could not be executed. Find more information about the root cause in the cause element, and in the message property.
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationExecutionException

        public ValidationExecutionException​(String message,
                                            Throwable cause)