org.opensaml
Class NoSuchProviderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opensaml.SAMLException
              extended byorg.opensaml.NoSuchProviderException
All Implemented Interfaces:
Cloneable, Serializable

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

Field Summary
 
Fields inherited from class org.opensaml.SAMLException
codes, config, e, log, msg, parentObject, REQUESTER, RESPONDER, root, SUCCESS, VERSION
 
Constructor Summary
protected NoSuchProviderException(Element e)
          Creates a new NoSuchProviderException
  NoSuchProviderException(String msg)
          Creates a new NoSuchProviderException
  NoSuchProviderException(String msg, Exception e)
          Creates a new NoSuchProviderException
 
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

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 message
e - The exception to be wrapped in a NoSuchProviderException


Copyright ? 2005 UCAID. All Rights Reserved.