Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends IntakeException
An Exception to mark a failed validation
Version:
$Id$
Author:
John McNally, Quinton McCombs, Thomas Vandahl
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(String message)
      Creates a new ValidationException instance.
      Parameters:
      message - describing the reason validation failed.