Package xades4j

Class XAdES4jXMLSigException

All Implemented Interfaces:
Serializable

public class XAdES4jXMLSigException extends XAdES4jException
Thrown during sugnature production or verification when an error occurs that is related to the core XML-DSIG processing and couldn't be further detailed.
Author:
Luís
See Also:
  • Constructor Details

    • XAdES4jXMLSigException

      public XAdES4jXMLSigException(String message, Throwable cause)
      Constructs an instance of XAdES4jXMLSigException with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause.