public class DBException
extends org.ojai.store.exceptions.StoreException
Constructor and Description |
---|
DBException()
Default constructor.
|
DBException(java.lang.String s)
Constructor.
|
DBException(java.lang.String s,
java.lang.Throwable t)
Constructor taking a message and another exception.
|
DBException(java.lang.Throwable t)
Constructor taking another exception.
|
public DBException()
public DBException(java.lang.String s)
s
- messagepublic DBException(java.lang.Throwable t)
t
- exception to grab data frompublic DBException(java.lang.String s, java.lang.Throwable t)
s
- messaget
- exception to grab data from