|
||||||||||
| 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.UnsupportedExtensionException
Indicates that a message contained information requiring extension code that has not been registered with the SAML runtime.
| Field Summary |
| Fields inherited from class org.opensaml.SAMLException |
codes, config, e, log, msg, parentObject, REQUESTER, RESPONDER, root, SUCCESS, VERSION |
| Constructor Summary | |
|
UnsupportedExtensionException(Collection codes,
Exception e)
Creates a new UnsupportedExtensionException wrapping an existing exception |
|
UnsupportedExtensionException(Collection codes,
String msg)
Creates a new UnsupportedExtensionException |
|
UnsupportedExtensionException(Collection codes,
String msg,
Exception e)
Creates a new UnsupportedExtensionException from an existing exception. |
protected |
UnsupportedExtensionException(Element e)
Creates a new UnsupportedExtensionException |
|
UnsupportedExtensionException(String msg)
Creates a new UnsupportedExtensionException |
|
UnsupportedExtensionException(String msg,
Exception e)
Creates a new UnsupportedExtensionException |
| 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 UnsupportedExtensionException(Element e)
throws SAMLException
e - The root of a DOM tree
SAMLException - Raised if an exception occurs while constructing
the object.public UnsupportedExtensionException(String msg)
msg - The detail message
public UnsupportedExtensionException(String msg,
Exception e)
msg - The detail messagee - The exception to be wrapped in a UnsupportedExtensionException
public UnsupportedExtensionException(Collection codes,
String msg)
codes - A collection of QNamesmsg - The detail message
public UnsupportedExtensionException(Collection codes,
Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the UnsupportedExtensionException.
codes - A collection of QNamese - The exception to be wrapped in a UnsupportedExtensionException
public UnsupportedExtensionException(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 UnsupportedExtensionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||