jodd.db
Class DbSqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.exception.UncheckedException
jodd.db.DbSqlException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DbOrmException
public class DbSqlException
- extends jodd.exception.UncheckedException
Unchecked SQL exception.
- See Also:
- Serialized Form
| Fields inherited from class jodd.exception.UncheckedException |
cause, CAUSE_DIV, showCauseDetails |
| Methods inherited from class jodd.exception.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 |
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)
DbSqlException
public DbSqlException(java.util.List<java.sql.SQLException> sexs)
DbSqlException
public DbSqlException(java.lang.String message,
java.util.List<java.sql.SQLException> sexs)
Copyright © 2003-2011 Jodd Team