|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.makumba.MakumbaError
org.makumba.DBError
public class DBError
A database error
Constructor Summary | |
---|---|
DBError(String explanation)
|
|
DBError(String explanation,
Throwable reason)
|
|
DBError(Throwable reason)
|
|
DBError(Throwable reason,
String command)
|
Method Summary |
---|
Methods inherited from class org.makumba.MakumbaError |
---|
printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBError(Throwable reason)
public DBError(Throwable reason, String command)
public DBError(String explanation)
public DBError(String explanation, Throwable reason)
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |