SignatureException

public class SignatureException extends Exception

A class used to encapsulate all kinds of exception thrown during the XML signature signing and verification process.

Author:cyng

Constructors

SignatureException

public SignatureException(String message)

Construct a SignatureException with the specified error message

SignatureException

public SignatureException(String message, Throwable e)