|
||||||||||
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
org.apache.xml.security.signature.MissingResourceFailureException
public class MissingResourceFailureException
Thrown by SignedInfo.verify()
when
testing the signature fails because of uninitialized
Reference
s.
ReferenceNotInitializedException
,
Serialized FormField Summary |
---|
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException |
---|
msgID |
Constructor Summary | |
---|---|
MissingResourceFailureException(String msgID,
Exception originalException,
Reference reference)
Constructor MissingResourceFailureException |
|
MissingResourceFailureException(String msgID,
Object[] exArgs,
Exception originalException,
Reference reference)
Constructor MissingResourceFailureException |
|
MissingResourceFailureException(String msgID,
Object[] exArgs,
Reference reference)
Constructor MissingResourceFailureException |
|
MissingResourceFailureException(String msgID,
Reference reference)
MissingKeyResourceFailureException constructor. |
Method Summary | |
---|---|
Reference |
getReference()
used to get the uninitialized Reference
This allows to supply the correct XMLSignatureInput
to the Reference to try again verification. |
void |
setReference(Reference reference)
used to set the uninitialized Reference |
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 MissingResourceFailureException(String msgID, Reference reference)
msgID
- reference
- getReference()
public MissingResourceFailureException(String msgID, Object[] exArgs, Reference reference)
msgID
- exArgs
- reference
- getReference()
public MissingResourceFailureException(String msgID, Exception originalException, Reference reference)
msgID
- originalException
- reference
- getReference()
public MissingResourceFailureException(String msgID, Object[] exArgs, Exception originalException, Reference reference)
msgID
- exArgs
- originalException
- reference
- getReference()
Method Detail |
---|
public void setReference(Reference reference)
Reference
reference
- the Reference objectgetReference()
public Reference getReference()
Reference
This allows to supply the correct XMLSignatureInput
to the Reference
to try again verification.
setReference(org.apache.xml.security.signature.Reference)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |