Class XMLSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
org.docx4j.org.apache.xml.security.signature.XMLSignatureException
- All Implemented Interfaces:
java.io.Serializable
public class XMLSignatureException extends XMLSecurityException
All XML Signature related exceptions inherit herefrom.
- Author:
- Christian Geuer-Pollmann
- See Also:
InvalidDigestValueException InvalidSignatureValueException, Serialized Form
-
Field Summary
Fields inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
Constructors Constructor Description XMLSignatureException()Constructor XMLSignatureExceptionXMLSignatureException(java.lang.Exception ex)XMLSignatureException(java.lang.Exception originalException, java.lang.String msgID)Constructor XMLSignatureExceptionXMLSignatureException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)Constructor XMLSignatureExceptionXMLSignatureException(java.lang.String msgID)Constructor XMLSignatureExceptionXMLSignatureException(java.lang.String msgID, java.lang.Object[] exArgs)Constructor XMLSignatureException -
Method Summary
Methods inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
XMLSignatureException
public XMLSignatureException()Constructor XMLSignatureException -
XMLSignatureException
public XMLSignatureException(java.lang.Exception ex) -
XMLSignatureException
public XMLSignatureException(java.lang.String msgID)Constructor XMLSignatureException- Parameters:
msgID-
-
XMLSignatureException
public XMLSignatureException(java.lang.String msgID, java.lang.Object[] exArgs)Constructor XMLSignatureException- Parameters:
msgID-exArgs-
-
XMLSignatureException
public XMLSignatureException(java.lang.Exception originalException, java.lang.String msgID)Constructor XMLSignatureException- Parameters:
originalException-msgID-
-
XMLSignatureException
public XMLSignatureException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)Constructor XMLSignatureException- Parameters:
originalException-msgID-exArgs-
-