クラス org.objectweb.cjdbc.common.sql.NotImplementedException

すべてのメンバ一覧

説明

This exception is thrown for all non implemented features in the C-JDBC driver.

作者:
Emmanuel Cecchet
バージョン:
1.0

NotImplementedException.java36 行で定義されています。

Public メソッド

 NotImplementedException (String reason, String sqlState, int vendorCode)
 NotImplementedException (String reason, String sqlState)
 NotImplementedException (String callingMethod)
 NotImplementedException ()


コンストラクタとデストラクタ

org.objectweb.cjdbc.common.sql.NotImplementedException.NotImplementedException String  reason,
String  sqlState,
int  vendorCode
 

Creates a new NotImplementedException instance.

引数:
reason the exception cause
sqlState the SQL state
vendorCode the vendor code
NotImplementedException.java45 行で定義されています。
00049 { 00050 super(reason, sqlState, vendorCode); 00051 }

org.objectweb.cjdbc.common.sql.NotImplementedException.NotImplementedException String  reason,
String  sqlState
 

Creates a new NotImplementedException instance.

引数:
reason the exception cause
sqlState the SQL state
NotImplementedException.java59 行で定義されています。
00060 { 00061 super(reason, sqlState); 00062 }

org.objectweb.cjdbc.common.sql.NotImplementedException.NotImplementedException String  callingMethod  ) 
 

Creates a new NotImplementedException instance.

引数:
callingMethod the calling method that failed
NotImplementedException.java69 行で定義されています。
00070 { 00071 super(callingMethod + " not implemented"); 00072 }

org.objectweb.cjdbc.common.sql.NotImplementedException.NotImplementedException  ) 
 

Creates a new NotImplementedException instance. NotImplementedException.java77 行で定義されています。

00078 { 00079 super("Feature not implemented"); 00080 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:17 2004に生成されました。 doxygen 1.3.8