src/org/objectweb/cjdbc/controller/loadbalancer/AllBackendsFailedException.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.controller.loadbalancer; 00026 00027 import org.objectweb.cjdbc.common.exceptions.CJDBCException; 00028 00035 public class AllBackendsFailedException extends CJDBCException 00036 { 00037 00041 public AllBackendsFailedException() 00042 { 00043 super(); 00044 } 00045 00051 public AllBackendsFailedException(String message) 00052 { 00053 super(message); 00054 } 00055 00061 public AllBackendsFailedException(Throwable cause) 00062 { 00063 super(cause); 00064 } 00065 00072 public AllBackendsFailedException(String message, Throwable cause) 00073 { 00074 super(message, cause); 00075 } 00076 00077 }

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