Package org.biojava.directory
Class ProviderNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.directory.RegistryException
-
- org.biojava.directory.ProviderNotFoundException
-
- All Implemented Interfaces:
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
Constructors Constructor Description ProviderNotFoundException()
Creates aProviderNotFoundException
with no detail message.ProviderNotFoundException(String message)
Creates aProviderNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderNotFoundException
public ProviderNotFoundException()
Creates aProviderNotFoundException
with no detail message.
-
ProviderNotFoundException
public ProviderNotFoundException(String message)
Creates aProviderNotFoundException
with the specified detail message.- Parameters:
message
- aString
.
-
-