org.apache.empire.db.exceptions
Class InternalSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.empire.exceptions.EmpireException
org.apache.empire.db.exceptions.InternalSQLException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- QueryFailedException, StatementFailedException
public class InternalSQLException
- extends EmpireException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
errorType
public static final ErrorType errorType
InternalSQLException
public InternalSQLException(DBDatabaseDriver driver,
SQLException cause)
InternalSQLException
public InternalSQLException(DBObject obj,
SQLException cause)
InternalSQLException
protected InternalSQLException(ErrorType type,
String[] params,
SQLException cause)
messageFromSQLException
protected static String messageFromSQLException(DBDatabaseDriver driver,
SQLException sqle)
driverFromObject
protected static DBDatabaseDriver driverFromObject(DBObject obj)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.