|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.signature.XMLSignatureException
public class XMLSignatureException
All XML Signature related exceptions inherit herefrom.
InvalidDigestValueException InvalidSignatureValueException
,
Serialized FormField Summary |
---|
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
---|
msgID |
Constructor Summary | |
---|---|
XMLSignatureException()
Constructor XMLSignatureException |
|
XMLSignatureException(String msgID)
Constructor XMLSignatureException |
|
XMLSignatureException(String msgID,
Exception originalException)
Constructor XMLSignatureException |
|
XMLSignatureException(String msgID,
Object[] exArgs)
Constructor XMLSignatureException |
|
XMLSignatureException(String msgID,
Object[] exArgs,
Exception originalException)
Constructor XMLSignatureException |
Method Summary |
---|
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
---|
getMsgID, getOriginalException, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLSignatureException()
public XMLSignatureException(String msgID)
msgID
- public XMLSignatureException(String msgID, Object[] exArgs)
msgID
- exArgs
- public XMLSignatureException(String msgID, Exception originalException)
msgID
- originalException
- public XMLSignatureException(String msgID, Object[] exArgs, Exception originalException)
msgID
- exArgs
- originalException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |