Class QueryExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
de.chojo.sqlutil.wrapper.exception.QueryExecutionException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class QueryExecutionException extends SQLException
Exception to wrap Exception as Exception thrown during queries executed by QueryBuilder
See Also: