public class TimeStampException extends ExceptionWithInnerException
This exception provides access to the lower-level exception that is the root-cause of the problem.
| Constructor and Description |
|---|
TimeStampException(java.lang.String message)
Creates an
TimeStampException with the indicated exception
message. |
TimeStampException(java.lang.String message,
java.lang.Exception innerException)
Creates an
TimeStampException with the indicated inner
exception, and exception message. |
getMessageChain, getMessageChainpublic TimeStampException(java.lang.String message)
TimeStampException with the indicated exception
message.message - a message explaining why the exception occurredpublic TimeStampException(java.lang.String message,
java.lang.Exception innerException)
TimeStampException with the indicated inner
exception, and exception message.
The inner exception provides a lower level of detail as to why this exception has occurred.
message - a message explaining why the exception occurredinnerException - the inner exception