src/org/objectweb/cjdbc/driver/protocol/CommandCompleted.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.driver.protocol; 00026 00027 import org.objectweb.cjdbc.common.exceptions.CJDBCException; 00028 00036 public class CommandCompleted extends CJDBCException 00037 { 00038 00042 public CommandCompleted() 00043 { 00044 super(); 00045 } 00046 00050 public CommandCompleted(String message) 00051 { 00052 super(message); 00053 } 00054 00058 public CommandCompleted(Throwable cause) 00059 { 00060 super(cause); 00061 } 00062 00066 public CommandCompleted(String message, Throwable cause) 00067 { 00068 super(message, cause); 00069 } 00070 }

CJDBCversion1.0.4に対してTue Oct 12 15:16:05 2004に生成されました。 doxygen 1.3.8