jodd.db.orm
Class DbOrmException

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
                      extended by jodd.db.orm.DbOrmException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DbSqlBuilderException

public class DbOrmException
extends DbSqlException

DbOrm exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.util.UncheckedException
cause, CAUSE_DIV, causeDetails
 
Constructor Summary
DbOrmException()
           
DbOrmException(java.lang.String message)
           
DbOrmException(java.lang.String message, java.lang.Throwable t)
           
DbOrmException(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

DbOrmException

public DbOrmException(java.lang.Throwable t)

DbOrmException

public DbOrmException()

DbOrmException

public DbOrmException(java.lang.String message)

DbOrmException

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


Copyright ©2008 Jodd Team