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
Exception to be thrown in case of error during DSS framework processing
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorDSSException
(String message) Constructor with a messageDSSException
(String message, Throwable cause) Re-throwable constructor with a custom messageDSSException
(Throwable cause) Re-throwable constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details