Package org.bridgedb.utils
Class BridgeDBException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bridgedb.IDMapperException
-
- org.bridgedb.utils.BridgeDBException
-
- All Implemented Interfaces:
Serializable
public class BridgeDBException extends IDMapperException
- Author:
- Christian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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).BridgeDBException(IDMapperException t)See Exception(Throwable).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BridgeDBExceptionconvertToBridgeDB(IDMapperException t)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BridgeDBException
public BridgeDBException(String msg)
See Exception (String).- Parameters:
msg- a message
-
BridgeDBException
public BridgeDBException(String msg, Throwable t)
See Exception(String, Throwable).- Parameters:
msg- a messaget- cause
-
BridgeDBException
public BridgeDBException(String msg, Throwable t, String query)
See Exception(String, Throwable).- Parameters:
msg- a messaget- cause
-
BridgeDBException
public BridgeDBException(IDMapperException t)
See Exception(Throwable).- Parameters:
t- cause
-
-
Method Detail
-
convertToBridgeDB
public static BridgeDBException convertToBridgeDB(IDMapperException t)
-
-