クラス org.objectweb.cjdbc.common.exceptions.RollbackException

org.objectweb.cjdbc.common.exceptions.RollbackExceptionに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.common.exceptions.RollbackExceptionのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

A RollbackException is thrown by a scheduler when the transaction must be rollbacked (for example when a deadlock is detected).

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

RollbackException.java35 行で定義されています。

Public メソッド

 RollbackException ()
 RollbackException (String message)
 RollbackException (Throwable cause)
 RollbackException (String message, Throwable cause)


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

org.objectweb.cjdbc.common.exceptions.RollbackException.RollbackException  ) 
 

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

00041 { 00042 }

org.objectweb.cjdbc.common.exceptions.RollbackException.RollbackException String  message  ) 
 

Creates a new RollbackException instance.

引数:
message the error message
RollbackException.java49 行で定義されています。
00050 { 00051 super(message); 00052 }

org.objectweb.cjdbc.common.exceptions.RollbackException.RollbackException Throwable  cause  ) 
 

Creates a new RollbackException instance.

引数:
cause the root cause
RollbackException.java59 行で定義されています。
00060 { 00061 super(cause); 00062 }

org.objectweb.cjdbc.common.exceptions.RollbackException.RollbackException String  message,
Throwable  cause
 

Creates a new RollbackException instance.

引数:
message the error message
cause the root cause
RollbackException.java70 行で定義されています。
00071 { 00072 super(message, cause); 00073 }


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