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

説明を見る。
00001 00025 package org.objectweb.cjdbc.common.exceptions; 00026 00027 00034 public class ShutdownException extends CJDBCException 00035 { 00039 public ShutdownException() 00040 { 00041 } 00042 00048 public ShutdownException(String message) 00049 { 00050 super(message); 00051 } 00052 00058 public ShutdownException(Throwable cause) 00059 { 00060 super(cause); 00061 } 00062 00069 public ShutdownException(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