exceptions
Class DBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by exceptions.MyRuntimeException
                  extended by exceptions.DBException
All Implemented Interfaces:
StandardExceptionMessageProvider, java.io.Serializable

public class DBException
extends MyRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class exceptions.MyRuntimeException
standardMessage
 
Constructor Summary
DBException()
          Creates a new instance of DBException
DBException(java.lang.String msg)
           
DBException(java.lang.String msg, java.lang.Throwable cause)
           
DBException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class exceptions.MyRuntimeException
getStandardMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBException

public DBException()
Creates a new instance of DBException


DBException

public DBException(java.lang.String msg)

DBException

public DBException(java.lang.Throwable cause)

DBException

public DBException(java.lang.String msg,
                   java.lang.Throwable cause)