Class ValidationException

  • All Implemented Interfaces:
    Serializable

    public class ValidationException
    extends Exception
    This Exception is throw only when a validation process failed due to unexpected error Or when we can't perform the validation due to missing data or invalid required data
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationException

        public ValidationException​(String message)
      • ValidationException

        public ValidationException​(Throwable throwable)
      • ValidationException

        public ValidationException​(String message,
                                   Throwable throwable)