org.makumba
Class DBError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.makumba.MakumbaError
              extended by org.makumba.DBError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForeignKeyError

public class DBError
extends MakumbaError

A database error

See Also:
Serialized Form

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

DBError

public DBError(Throwable reason)

DBError

public DBError(Throwable reason,
               String command)

DBError

public DBError(String explanation)

DBError

public DBError(String explanation,
               Throwable reason)