|
|||||||||
| 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.opensaml.SAMLException
org.opensaml.ProfileException
org.opensaml.RetryableProfileException
public class RetryableProfileException
Indicates that an error occurred during the processing of a SAML profile, and the error is retryable in the context of the profile
| Field Summary |
|---|
| Fields inherited from class org.opensaml.SAMLException |
|---|
codes, config, e, log, msg, parentObject, REQUESTER, RESPONDER, root, SUCCESS, VERSION |
| Constructor Summary | |
|---|---|
|
RetryableProfileException(Collection codes,
Exception e)
Creates a new RetryableProfileException wrapping an existing exception |
|
RetryableProfileException(Collection codes,
String msg)
Creates a new RetryableProfileException |
|
RetryableProfileException(Collection codes,
String msg,
Exception e)
Creates a new RetryableProfileException from an existing exception. |
protected |
RetryableProfileException(Element e)
Creates a new RetryableProfileException |
|
RetryableProfileException(javax.xml.namespace.QName code,
Exception e)
Creates a new RetryableProfileException wrapping an existing exception |
|
RetryableProfileException(javax.xml.namespace.QName code,
String msg)
Creates a new RetryableProfileException |
|
RetryableProfileException(javax.xml.namespace.QName code,
String msg,
Exception e)
Creates a new RetryableProfileException from an existing exception. |
|
RetryableProfileException(String msg)
Creates a new RetryableProfileException |
|
RetryableProfileException(String msg,
Exception e)
Creates a new RetryableProfileException |
| Method Summary |
|---|
| Methods inherited from class org.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 RetryableProfileException(Element e)
throws SAMLException
e - The root of a DOM tree
SAMLException - Raised if an exception occurs while constructing
the object.public RetryableProfileException(String msg)
msg - The detail message
public RetryableProfileException(String msg,
Exception e)
msg - The detail messagee - The exception to be wrapped in a RetryableProfileException
public RetryableProfileException(Collection codes,
String msg)
codes - A collection of QNamesmsg - The detail message
public RetryableProfileException(Collection codes,
Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the RetryableProfileException.
codes - A collection of QNamese - The exception to be wrapped in a RetryableProfileException
public RetryableProfileException(Collection codes,
String msg,
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 a RetryableProfileException
public RetryableProfileException(javax.xml.namespace.QName code,
String msg)
code - A status codemsg - The detail message
public RetryableProfileException(javax.xml.namespace.QName code,
Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the RetryableProfileException.
code - A status codee - The exception to be wrapped in a RetryableProfileException
public RetryableProfileException(javax.xml.namespace.QName code,
String msg,
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 a RetryableProfileException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||