Class XMLSignatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.crypto.dsig.XMLSignatureException
All Implemented Interfaces:
Serializable

public class XMLSignatureException extends Exception
Indicates an exceptional condition that occurred during the XML signature generation or validation process.

An XMLSignatureException can contain a cause: another throwable that caused this XMLSignatureException to get thrown.

Since:
1.6
See Also: