com.spoledge.audao.db.dao
Class DBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.spoledge.audao.db.dao.DBException
All Implemented Interfaces:
java.io.Serializable

public class DBException
extends java.lang.RuntimeException

This exception is thrown when DAO detects a database error - for example when a connection problem occurs or problem in RDBMS itself occurs.

See Also:
Serialized Form

Constructor Summary
DBException(java.lang.String message)
           
DBException(java.lang.String message, java.lang.Throwable cause)
           
DBException(java.lang.Throwable cause)
           
 
Method Summary
 
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(java.lang.String message)

DBException

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

DBException

public DBException(java.lang.Throwable cause)


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.