Class AlertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.alert.exception.AlertException
- All Implemented Interfaces:
Serializable
Exception to be thrown by a DSSExceptionAlert
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorAlertException
(String message) Constructor with a messageAlertException
(String message, Throwable cause) Re-throwable constructor with a custom messageAlertException
(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