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.
-
Field Summary
Fields inherited from class 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, Exception originalException) Deprecated.XMLSignatureException(String msgID, Object[] exArgs) Constructor XMLSignatureExceptionXMLSignatureException(String msgID, Object[] exArgs, Exception originalException) Deprecated. -
Method Summary
Methods inherited from class 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
Deprecated. -
XMLSignatureException
Constructor XMLSignatureException- Parameters:
originalException-msgID-exArgs-
-
XMLSignatureException
@Deprecated public XMLSignatureException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-