public class EmpireSQLException extends EmpireException
Modifier | Constructor and Description |
---|---|
|
EmpireSQLException(DBMSHandler dbms,
SQLException cause) |
|
EmpireSQLException(DBObject obj,
SQLException cause) |
protected |
EmpireSQLException(ErrorType type,
String[] params,
int nativeErrorIndex,
SQLException cause) |
Modifier and Type | Method and Description |
---|---|
String |
getNativeErrorMessage() |
protected static DBMSHandler |
handlerFromObject(DBObject obj) |
protected static String |
messageFromSQLException(DBMSHandler dbms,
SQLException sqle) |
formatErrorMessage, getErrorParams, getErrorType, log
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final ErrorType errorType
public EmpireSQLException(DBMSHandler dbms, SQLException cause)
public EmpireSQLException(DBObject obj, SQLException cause)
protected EmpireSQLException(ErrorType type, String[] params, int nativeErrorIndex, SQLException cause)
protected static String messageFromSQLException(DBMSHandler dbms, SQLException sqle)
protected static DBMSHandler handlerFromObject(DBObject obj)
public String getNativeErrorMessage()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.