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:
  • Constructor Details

    • DSSReportException

      public DSSReportException()
      Empty constructor
    • DSSReportException

      public DSSReportException(String message)
      Constructor with an exception message
      Parameters:
      message - String
    • DSSReportException

      public DSSReportException(Throwable cause)
      Constructor with a caused exception or error
      Parameters:
      cause - Throwable
    • DSSReportException

      public DSSReportException(String message, Throwable cause)
      Constructor with a caused exception or error and a custom message
      Parameters:
      message - String
      cause - Throwable