src/org/objectweb/cjdbc/common/exceptions/OctopusException.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.common.exceptions; 00026 00027 00034 public class OctopusException extends CJDBCException 00035 { 00040 public OctopusException() 00041 { 00042 } 00043 00049 public OctopusException(String message) 00050 { 00051 super(message); 00052 } 00053 00059 public OctopusException(Throwable cause) 00060 { 00061 this.cause = cause; 00062 } 00063 00070 public OctopusException(String message, Throwable cause) 00071 { 00072 super(message); 00073 this.cause = cause; 00074 } 00075 00076 }

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