Package org.apache.derby.client.am
Class SQLExceptionFactory
java.lang.Object
org.apache.derby.client.am.SQLExceptionFactory
SQLException factory class to create jdbc 40 exception classes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSQLException
(String message, String sqlState, int errCode, Object[] args) creates jdbc4.0 SQLException and its subclass based on sql statenotImplemented
(String feature)
-
Field Details
-
DRDA_CONVERSATION_TERMINATED
- See Also:
-
DRDA_COMMAND_NOT_SUPPORTED
- See Also:
-
DRDA_OBJECT_NOT_SUPPORTED
- See Also:
-
DRDA_PARAM_NOT_SUPPORTED
- See Also:
-
DRDA_VALUE_NOT_SUPPORTED
- See Also:
-
DRDA_SQLTYPE_NOT_SUPPORTED
- See Also:
-
DRDA_CONVERSION_NOT_SUPPORTED
- See Also:
-
DRDA_REPLY_MSG_NOT_SUPPORTED
- See Also:
-
-
Constructor Details
-
SQLExceptionFactory
public SQLExceptionFactory()
-
-
Method Details
-
getSQLException
creates jdbc4.0 SQLException and its subclass based on sql state- Parameters:
message
- description of thesqlState
-errCode
- derby error code
-
notImplemented
-