jodd.db
Class DbSqlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jodd.util.UncheckedException
                  extended by jodd.db.DbSqlException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DbOrmException

public class DbSqlException
extends jodd.util.UncheckedException

Unchecked SQL exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.util.UncheckedException
cause, CAUSE_DIV, causeDetails
 
Constructor Summary
DbSqlException()
           
DbSqlException(java.lang.String message)
           
DbSqlException(java.lang.String message, java.lang.Throwable t)
           
DbSqlException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class jodd.util.UncheckedException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, wrap, wrap, wrapChecked
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbSqlException

public DbSqlException(java.lang.Throwable t)

DbSqlException

public DbSqlException()

DbSqlException

public DbSqlException(java.lang.String message)

DbSqlException

public DbSqlException(java.lang.String message,
                      java.lang.Throwable t)


Copyright ©2008 Jodd Team