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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.sql.SQLException
getNextException, iterator, setNextExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QueryExecutionException
-
-
Method Details
-
initCause
- Overrides:
initCausein classThrowable- Throws:
ClassCastException- If the throwable is not aSQLException
-
getSQLState
- Overrides:
getSQLStatein classSQLException
-
getErrorCode
public int getErrorCode()- Overrides:
getErrorCodein classSQLException
-
getMessage
- Overrides:
getMessagein classThrowable
-