public class RegistryException extends Exception
RegistryException thrown when the registry cannot
find an implementation of a requested SequenceDB.| Constructor and Description |
|---|
RegistryException()
Creates a new
RegistryException with no detail
message. |
RegistryException(String message)
Creates a new
RegistryException with the specified
detail message. |
RegistryException(String message,
Throwable t) |
RegistryException(Throwable t)
Creates a new
RegistryException with no detail
message, wrapping another Throwable. |
RegistryException(Throwable t,
String message)
Deprecated.
use new RegistryException(message, cause)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RegistryException()
RegistryException with no detail
message.public RegistryException(String message)
RegistryException with the specified
detail message.message - a String.public RegistryException(Throwable t)
RegistryException with no detail
message, wrapping another Throwable.t - a Throwable.public RegistryException(Throwable t, String message)
RegistryException with the specified
detail message, wrapping another Throwable.t - a Throwable.message - a String.public RegistryException(String message, Throwable t)
Copyright © 2014 BioJava. All rights reserved.