Class InvalidMaskException

All Implemented Interfaces:
Serializable

public class InvalidMaskException extends IntakeException
An Exception indidate an invalid field mask.
Version:
$Id$
Author:
Quinton McCombs, Thomas Vandahl
See Also:
  • Constructor Details

    • InvalidMaskException

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

      public InvalidMaskException(String message, Throwable cause)
      Creates a new InvalidMaskException instance.
      Parameters:
      message - describing the reason validation failed.
      cause - Cause of the exception