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:
Serializable
- Direct Known Subclasses:
InvalidDigestValueException
,InvalidSignatureValueException
,MissingResourceFailureException
,ReferenceNotInitializedException
All XML Signature related exceptions inherit herefrom.
- Author:
- Christian Geuer-Pollmann
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor XMLSignatureExceptionXMLSignatureException
(String _msgID) Constructor XMLSignatureExceptionXMLSignatureException
(String _msgID, Exception _originalException) Constructor XMLSignatureExceptionXMLSignatureException
(String _msgID, Object[] exArgs) Constructor XMLSignatureExceptionXMLSignatureException
(String _msgID, Object[] exArgs, Exception _originalException) Constructor XMLSignatureException -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
XMLSignatureException
public XMLSignatureException()Constructor XMLSignatureException -
XMLSignatureException
Constructor XMLSignatureException- Parameters:
_msgID
-
-
XMLSignatureException
Constructor XMLSignatureException- Parameters:
_msgID
-exArgs
-
-
XMLSignatureException
Constructor XMLSignatureException- Parameters:
_msgID
-_originalException
-
-
XMLSignatureException
Constructor XMLSignatureException- Parameters:
_msgID
-exArgs
-_originalException
-
-