Package org.apache.empire.db.exceptions
Class QueryFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.empire.exceptions.EmpireException
org.apache.empire.db.exceptions.EmpireSQLException
org.apache.empire.db.exceptions.QueryFailedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.empire.exceptions.EmpireException
EmpireException.ExceptionMessageFormatter -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQueryFailedException(DBObject obj, String sqlCmd, String sqlParams, SQLException cause) QueryFailedException(DBMSHandler dbms, String sqlCmd, String sqlParams, SQLException cause) -
Method Summary
Methods inherited from class org.apache.empire.db.exceptions.EmpireSQLException
getNativeErrorMessage, handlerFromObject, messageFromSQLExceptionMethods inherited from class org.apache.empire.exceptions.EmpireException
formatErrorMessage, getErrorParams, getErrorType, getMessageFormatter, setMessageFormatterMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorType
-
-
Constructor Details
-
QueryFailedException
-
QueryFailedException
-
-
Method Details
-
log
protected void log()log the error- Overrides:
login classEmpireException
-