public class IDMapperException extends Exception
Simple wrapper so using classes don't need to deal with implementation details of specific IDMapper implementations.
Usually wraps SQLException, ClassNotFoundException, for IDMapperRdb, XmlRpcException for IDMapperWebservice and IOException for IDMapperText
Simply use the inherited constructor IDMapperException(Throwable cause) to wrap an exception.
| Constructor and Description |
|---|
IDMapperException()
See Exception ().
|
IDMapperException(String msg)
See Exception (String).
|
IDMapperException(String msg,
Throwable t)
See Exception(String, Throwable).
|
IDMapperException(Throwable t)
See Exception(Throwable).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IDMapperException(Throwable t)
t - causepublic IDMapperException(String msg, Throwable t)
msg - a messaget - causepublic IDMapperException(String msg)
msg - a messagepublic IDMapperException()
Copyright © 2006–2021 BridgeDb project. All rights reserved.