public class

XAdES4jXMLSigException

extends XAdES4jException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.XAdES4jXMLSigException

Class Overview

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.

Summary

Public Constructors
XAdES4jXMLSigException(String message, Throwable cause)
Constructs an instance of XAdES4jXMLSigException with the specified detail message and cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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.