org.biojava.directory
Class ProviderNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.biojava.utils.NestedException
              extended byorg.biojava.directory.RegistryException
                  extended byorg.biojava.directory.ProviderNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ProviderNotFoundException
extends RegistryException

ProviderNotFoundException is thrown when a sequence database provider can not be located.

Author:
Keith James, Brian Gilman
See Also:
Serialized Form

Constructor Summary
ProviderNotFoundException()
          Creates a ProviderNotFoundException with no detail message.
ProviderNotFoundException(java.lang.String message)
          Creates a ProviderNotFoundException with the specified detail message.
 
Methods inherited from class org.biojava.utils.NestedException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderNotFoundException

public ProviderNotFoundException()
Creates a ProviderNotFoundException with no detail message.


ProviderNotFoundException

public ProviderNotFoundException(java.lang.String message)
Creates a ProviderNotFoundException with the specified detail message.

Parameters:
message - a String.