Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends RuntimeException
Exception thrown when validation of an input or data fails.
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(String message)
      Constructs a new ValidationException with the specified detail message.
      Parameters:
      message - the detail message explaining the validation failure.