|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.cagrid.opensaml.SAMLException
gov.nih.nci.cagrid.opensaml.BindingException
gov.nih.nci.cagrid.opensaml.UnknownAssertionException
public class UnknownAssertionException
Indicates that an error occurred before or during the processing of a SAML request/response exchange.
| Field Summary |
|---|
| Fields inherited from class gov.nih.nci.cagrid.opensaml.SAMLException |
|---|
codes, config, e, log, msg, parentObject, REQUESTER, RESPONDER, root, SUCCESS, VERSION |
| Constructor Summary | |
|---|---|
|
UnknownAssertionException(java.util.Collection codes,
java.lang.Exception e)
Creates a new UnknownAssertionException wrapping an existing exception |
|
UnknownAssertionException(java.util.Collection codes,
java.lang.String msg)
Creates a new UnknownAssertionException |
|
UnknownAssertionException(java.util.Collection codes,
java.lang.String msg,
java.lang.Exception e)
Creates a new UnknownAssertionException from an existing exception. |
protected |
UnknownAssertionException(org.w3c.dom.Element e)
Creates a new UnknownAssertionException |
|
UnknownAssertionException(javax.xml.namespace.QName code,
java.lang.Exception e)
Creates a new UnknownAssertionException wrapping an existing exception |
|
UnknownAssertionException(javax.xml.namespace.QName code,
java.lang.String msg)
Creates a new UnknownAssertionException |
|
UnknownAssertionException(javax.xml.namespace.QName code,
java.lang.String msg,
java.lang.Exception e)
Creates a new UnknownAssertionException from an existing exception. |
|
UnknownAssertionException(java.lang.String msg)
Creates a new UnknownAssertionException |
|
UnknownAssertionException(java.lang.String msg,
java.lang.Exception e)
Creates a new UnknownAssertionException |
| Method Summary |
|---|
| Methods inherited from class gov.nih.nci.cagrid.opensaml.SAMLException |
|---|
clone, fromDOM, getCodes, getException, getInstance, getInstance, getMessage, getParent, setParent, toDOM, toDOM, toDOM, toDOM, toStream, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected UnknownAssertionException(org.w3c.dom.Element e)
throws SAMLException
e - The root of a DOM tree
SAMLException - Raised if an exception occurs while constructing
the object.public UnknownAssertionException(java.lang.String msg)
msg - The detail message
public UnknownAssertionException(java.lang.String msg,
java.lang.Exception e)
msg - The detail messagee - The exception to be wrapped in an UnknownAssertionException
public UnknownAssertionException(java.util.Collection codes,
java.lang.String msg)
codes - A collection of QNamesmsg - The detail message
public UnknownAssertionException(java.util.Collection codes,
java.lang.Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the UnknownAssertionException.
codes - A collection of QNamese - The exception to be wrapped in an UnknownAssertionException
public UnknownAssertionException(java.util.Collection codes,
java.lang.String msg,
java.lang.Exception e)
The existing exception will be embedded in the new one, but the new exception will have its own message.
codes - A collection of QNamesmsg - The detail messagee - The exception to be wrapped in an UnknownAssertionException
public UnknownAssertionException(javax.xml.namespace.QName code,
java.lang.String msg)
code - A status codemsg - The detail message
public UnknownAssertionException(javax.xml.namespace.QName code,
java.lang.Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the UnknownAssertionException.
code - A status codee - The exception to be wrapped in an UnknownAssertionException
public UnknownAssertionException(javax.xml.namespace.QName code,
java.lang.String msg,
java.lang.Exception e)
The existing exception will be embedded in the new one, but the new exception will have its own message.
code - A status codemsg - The detail messagee - The exception to be wrapped in an UnknownAssertionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||