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(java.lang.String message)
Creates a
ProviderNotFoundException with the
specified detail message. |
public ProviderNotFoundException()
ProviderNotFoundException
with no detail
message.public ProviderNotFoundException(java.lang.String message)
ProviderNotFoundException
with the
specified detail message.message
- a String
.