com.digisigner.api.exception
Class TimeStampException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.digisigner.api.exception.DigiRuntimeException
com.digisigner.api.exception.TimeStampException
- All Implemented Interfaces:
- Serializable
public class TimeStampException
- extends DigiRuntimeException
This runtime exception is thrown during the signing process,
if the attempt to get the time stamp from the time stamp server fails for some reason.
- Author:
- DigiSigner Software
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeStampException
public TimeStampException()
TimeStampException
public TimeStampException(String message,
Throwable cause)
TimeStampException
public TimeStampException(String message)
TimeStampException
public TimeStampException(Throwable cause)