org.opensaml
Class NoSuchProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.SAMLException
org.opensaml.NoSuchProviderException
- All Implemented Interfaces:
- Serializable, Cloneable
public class NoSuchProviderException
- extends SAMLException
- implements 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 org.opensaml.SAMLException |
codes, config, e, log, msg, parentObject, REQUESTER, RESPONDER, root, SUCCESS, VERSION |
Methods inherited from class org.opensaml.SAMLException |
clone, fromDOM, getCodes, getException, getInstance, getInstance, getMessage, getParent, setParent, toDOM, toDOM, toDOM, toDOM, toStream, toString |
NoSuchProviderException
protected NoSuchProviderException(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(String msg)
- Creates a new NoSuchProviderException
- Parameters:
msg
- The detail message
NoSuchProviderException
public NoSuchProviderException(String msg,
Exception e)
- Creates a new NoSuchProviderException
- Parameters:
msg
- The detail messagee
- The exception to be wrapped in a NoSuchProviderException
Copyright ? 2005 UCAID. All Rights Reserved.