public class ProviderNotFoundException extends RegistryException
ProviderNotFoundException
is thrown when a sequence
database provider can not be located.Constructor and Description |
---|
ProviderNotFoundException()
Creates a
ProviderNotFoundException with no detail
message. |
ProviderNotFoundException(String message)
Creates a
ProviderNotFoundException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProviderNotFoundException()
ProviderNotFoundException
with no detail
message.public ProviderNotFoundException(String message)
ProviderNotFoundException
with the
specified detail message.message
- a String
.Copyright © 2014 BioJava. All rights reserved.