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

説明を見る。
00001 00025 package org.objectweb.cjdbc.common.exceptions; 00026 00033 public class VirtualDatabaseException extends Exception 00034 { 00035 00039 public VirtualDatabaseException() 00040 { 00041 } 00042 00048 public VirtualDatabaseException(String message) 00049 { 00050 super(message); 00051 } 00052 00058 public VirtualDatabaseException(Throwable cause) 00059 { 00060 super(cause.getMessage()); 00061 } 00062 00069 public VirtualDatabaseException(String message, Throwable cause) 00070 { 00071 super(message, cause); 00072 } 00073 }

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