Serialized Form


Package com.softtech.jdbc

Class com.softtech.jdbc.DatabaseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

sqlErrorCode

int sqlErrorCode
sql error code obtained from database after exception


SQLState

java.lang.String SQLState
sql state obtained from database after exception

Class com.softtech.jdbc.HSQLException extends DatabaseException implements Serializable

Class com.softtech.jdbc.MySQLException extends DatabaseException implements Serializable

Class com.softtech.jdbc.OracleException extends DatabaseException implements Serializable

Class com.softtech.jdbc.PostgreSQLException extends DatabaseException implements Serializable