java.lang.Object
eu.europa.esig.dss.alert.AbstractAlert<eu.europa.esig.dss.alert.status.Status>
eu.europa.esig.dss.alert.AbstractStatusAlert
eu.europa.esig.dss.spi.alerts.DSSExternalResourceExceptionAlert
- All Implemented Interfaces:
eu.europa.esig.dss.alert.Alert<eu.europa.esig.dss.alert.status.Status>,eu.europa.esig.dss.alert.StatusAlert
public class DSSExternalResourceExceptionAlert
extends eu.europa.esig.dss.alert.AbstractStatusAlert
This alert is used to throw a
eu.europa.esig.dss.spi.exception.DSSExternalResourceException
when the corresponding check fails-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.europa.esig.dss.alert.AbstractAlert
alert, getAlertDetector, getAlertHandlerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.europa.esig.dss.alert.Alert
alert
-
Constructor Details
-
DSSExternalResourceExceptionAlert
public DSSExternalResourceExceptionAlert()The default constructor
-