Package eu.europa.esig.dss.spi.exception
Class DSSDataLoaderMultipleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.model.DSSException
eu.europa.esig.dss.spi.exception.DSSExternalResourceException
eu.europa.esig.dss.spi.exception.DSSDataLoaderMultipleException
- All Implemented Interfaces:
Serializable
Contains a map of occurred exceptions to different URL calls
- See Also:
-
Constructor Summary
ConstructorDescriptionDSSDataLoaderMultipleException
(Map<String, Throwable> urlExceptionMap) Default constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DSSDataLoaderMultipleException
Default constructor- Parameters:
urlExceptionMap
- a map between failed URLs and caused exceptions
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-