Class DSSReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.validation.reports.DSSReportException
- All Implemented Interfaces:
Serializable
public class DSSReportException extends RuntimeException
Exception to be thrown in case of JAXB Report marshaling or unmarshaling error
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DSSReportException()
DSSReportException(String message)
DSSReportException(String message, Throwable cause)
DSSReportException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DSSReportException
public DSSReportException() -
DSSReportException
-
DSSReportException
-
DSSReportException
-