|
|||||||||
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.FatalProfileException
Indicates that an error occurred during the processing of a SAML profile, and the error is not retryable in the context of the profile
Field Summary |
Fields inherited from class org.opensaml.SAMLException |
codes, config, e, log, msg, REQUESTER, RESPONDER, root, SUCCESS, VERSION |
Constructor Summary | |
|
FatalProfileException(java.util.Collection codes,
java.lang.Exception e)
Creates a new FatalProfileException wrapping an existing exception |
|
FatalProfileException(java.util.Collection codes,
java.lang.String msg)
Creates a new FatalProfileException |
|
FatalProfileException(java.util.Collection codes,
java.lang.String msg,
java.lang.Exception e)
Creates a new FatalProfileException from an existing exception. |
protected |
FatalProfileException(org.w3c.dom.Element e)
Creates a new FatalProfileException |
|
FatalProfileException(QName code,
java.lang.Exception e)
Creates a new FatalProfileException wrapping an existing exception |
|
FatalProfileException(QName code,
java.lang.String msg)
Creates a new FatalProfileException |
|
FatalProfileException(QName code,
java.lang.String msg,
java.lang.Exception e)
Creates a new FatalProfileException from an existing exception. |
|
FatalProfileException(java.lang.String msg)
Creates a new FatalProfileException |
|
FatalProfileException(java.lang.String msg,
java.lang.Exception e)
Creates a new FatalProfileException |
Methods inherited from class org.opensaml.SAMLException |
clone, fromDOM, getCodes, getException, getInstance, getInstance, getMessage, 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 FatalProfileException(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 FatalProfileException(java.lang.String msg)
msg
- The detail messagepublic FatalProfileException(java.lang.String msg, java.lang.Exception e)
msg
- The detail messagee
- The exception to be wrapped in a FatalProfileExceptionpublic FatalProfileException(java.util.Collection codes, java.lang.String msg)
codes
- A collection of QNamesmsg
- The detail messagepublic FatalProfileException(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 FatalProfileException.
codes
- A collection of QNamese
- The exception to be wrapped in a FatalProfileExceptionpublic FatalProfileException(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 a FatalProfileExceptionpublic FatalProfileException(QName code, java.lang.String msg)
code
- A status codemsg
- The detail messagepublic FatalProfileException(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 FatalProfileException.
code
- A status codee
- The exception to be wrapped in a FatalProfileExceptionpublic FatalProfileException(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 a FatalProfileException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |