Class InvalidTimestampException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTimestampException
    extends GeneralException
    Thrown when an invalid timestamp (such as from parsing a date) is encountered. Since Parse exceptions in contexts are really runtime exception, it is better to catch them and rethrow this.

    Created by Jeff Gaynor
    on Oct 25, 2010 at 10:54:45 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTimestampException

        public InvalidTimestampException()
      • InvalidTimestampException

        public InvalidTimestampException​(Throwable cause)
      • InvalidTimestampException

        public InvalidTimestampException​(String message)
      • InvalidTimestampException

        public InvalidTimestampException​(String message,
                                         Throwable cause)