Class InvalidTimestampException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.security.core.exceptions.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 Summary
Constructors Constructor Description InvalidTimestampException()
InvalidTimestampException(String message)
InvalidTimestampException(String message, Throwable cause)
InvalidTimestampException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-