Class InvalidDateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.entities.exceptions.InvalidDateException
All Implemented Interfaces:
Serializable

public class InvalidDateException extends Exception
See Also:
  • Constructor Details

    • InvalidDateException

      public InvalidDateException()
    • InvalidDateException

      public InvalidDateException(String message)
    • InvalidDateException

      public InvalidDateException(String message, Throwable cause)
    • InvalidDateException

      public InvalidDateException(Throwable cause)
    • InvalidDateException

      protected InvalidDateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)