Package eu.europa.esig.dss.model
Class DSSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.model.DSSException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DSSExternalResourceException
,InvalidPasswordException
,ProtectedDocumentException
,RevocationException
public class DSSException extends RuntimeException
Exception to be thrown in case of error during DSS framework processing
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DSSException()
DSSException(String message)
DSSException(String message, Throwable cause)
DSSException(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 Details
-
DSSException
public DSSException() -
DSSException
-
DSSException
-
DSSException
-