Class XMLSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xml.security.exceptions.XMLSecurityException
-
- org.apache.xml.security.signature.XMLSignatureException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidDigestValueException,InvalidSignatureValueException,MissingResourceFailureException,ReferenceNotInitializedException
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.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
-
Constructor Summary
Constructors Constructor Description XMLSignatureException()Constructor XMLSignatureExceptionXMLSignatureException(java.lang.String _msgID)Constructor XMLSignatureExceptionXMLSignatureException(java.lang.String _msgID, java.lang.Exception _originalException)Constructor XMLSignatureExceptionXMLSignatureException(java.lang.String _msgID, java.lang.Object[] exArgs)Constructor XMLSignatureExceptionXMLSignatureException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)Constructor XMLSignatureException
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
XMLSignatureException
public XMLSignatureException()
Constructor XMLSignatureException
-
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.String _msgID, java.lang.Exception _originalException)Constructor XMLSignatureException- Parameters:
_msgID-_originalException-
-
XMLSignatureException
public XMLSignatureException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)Constructor XMLSignatureException- Parameters:
_msgID-exArgs-_originalException-
-
-