public class BridgeDBException extends IDMapperException
| Constructor and Description |
|---|
BridgeDBException(IDMapperException t)
See Exception(Throwable).
|
BridgeDBException(String msg)
See Exception (String).
|
BridgeDBException(String msg,
Throwable t)
See Exception(String, Throwable).
|
BridgeDBException(String msg,
Throwable t,
String query)
See Exception(String, Throwable).
|
| Modifier and Type | Method and Description |
|---|---|
static BridgeDBException |
convertToBridgeDB(IDMapperException t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BridgeDBException(String msg)
msg - a messagepublic BridgeDBException(String msg, Throwable t)
msg - a messaget - causepublic BridgeDBException(String msg, Throwable t, String query)
msg - a messaget - causepublic BridgeDBException(IDMapperException t)
t - causepublic static BridgeDBException convertToBridgeDB(IDMapperException t)
Copyright © 2006–2018 BridgeDb project. All rights reserved.