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 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 XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
XMLSignatureException
public XMLSignatureException()Constructor XMLSignatureException -
XMLSignatureException
-
XMLSignatureException
-
XMLSignatureException
-
XMLSignatureException
-