gov.nih.nci.cagrid.opensaml
Class NoSuchProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nih.nci.cagrid.opensaml.SAMLException
gov.nih.nci.cagrid.opensaml.NoSuchProviderException
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class NoSuchProviderException
- extends SAMLException
- implements java.lang.Cloneable
Indicates that the specified implementation of a pluggable interface
does not exist or is unknown.
- Author:
- Scott Cantor
- See Also:
- Serialized Form
| Fields inherited from class gov.nih.nci.cagrid.opensaml.SAMLException |
codes, config, e, log, msg, parentObject, REQUESTER, RESPONDER, root, SUCCESS, VERSION |
| 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 |
NoSuchProviderException
protected NoSuchProviderException(org.w3c.dom.Element e)
throws SAMLException
- Creates a new NoSuchProviderException
- Parameters:
e - The root of a DOM tree
- Throws:
SAMLException - Raised if an exception occurs while constructing
the object.
NoSuchProviderException
public NoSuchProviderException(java.lang.String msg)
- Creates a new NoSuchProviderException
- Parameters:
msg - The detail message
NoSuchProviderException
public NoSuchProviderException(java.lang.String msg,
java.lang.Exception e)
- Creates a new NoSuchProviderException
- Parameters:
msg - The detail messagee - The exception to be wrapped in a NoSuchProviderException