Package net.jsign.timestamp
Class TimestampingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.jsign.timestamp.TimestampingException
-
- All Implemented Interfaces:
Serializable
public class TimestampingException extends RuntimeException
Timestamping exception.- Since:
- 1.0
- Author:
- Emmanuel Bourg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimestampingException(String message)
TimestampingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TimestampingException
public TimestampingException(String message)
-
TimestampingException
public TimestampingException(String message, Throwable cause)
-
-