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:
Serializable
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
ConstructorsConstructorDescriptionConstructor XMLSignatureExceptionXMLSignatureException(Exception originalException, String msgID) Constructor XMLSignatureExceptionXMLSignatureException(Exception originalException, String msgID, Object[] exArgs) Constructor XMLSignatureExceptionXMLSignatureException(String msgID) Constructor XMLSignatureExceptionXMLSignatureException(String msgID, 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, setStackTrace
-
Constructor Details
-
XMLSignatureException
public XMLSignatureException()Constructor XMLSignatureException -
XMLSignatureException
-
XMLSignatureException
Constructor XMLSignatureException- Parameters:
msgID-
-
XMLSignatureException
Constructor XMLSignatureException- Parameters:
msgID-exArgs-
-
XMLSignatureException
Constructor XMLSignatureException- Parameters:
originalException-msgID-
-
XMLSignatureException
Constructor XMLSignatureException- Parameters:
originalException-msgID-exArgs-
-