Class AlertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.alert.exception.AlertException
-
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
-
Constructor Details
-
AlertException
public AlertException()Empty constructor -
AlertException
-
AlertException
-
AlertException
-