Klasse InvalidMaskException

Alle implementierten Schnittstellen:
Serializable

public class InvalidMaskException extends IntakeException
An Exception indidate an invalid field mask.
Version:
$Id$
Autor:
Quinton McCombs, Thomas Vandahl
Siehe auch:
  • Konstruktordetails

    • InvalidMaskException

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

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