Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException Class Reference

List of all members.

Public Member Functions

 AllBackendsFailedException ()
 AllBackendsFailedException (String message)
 AllBackendsFailedException (Throwable cause)
 AllBackendsFailedException (String message, Throwable cause)

Detailed Description

This class defines a AllBackendsFailedException

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 35 of file AllBackendsFailedException.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException  ) 
 

Creates a new AllBackendsFailedException instance.

Definition at line 41 of file AllBackendsFailedException.java.

00042   {
00043     super();
00044   }

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException String  message  ) 
 

Creates a new AllBackendsFailedException instance.

Parameters:
message the error message

Definition at line 51 of file AllBackendsFailedException.java.

00052   {
00053     super(message);
00054   }

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException Throwable  cause  ) 
 

Creates a new AllBackendsFailedException instance.

Parameters:
cause the root cause

Definition at line 61 of file AllBackendsFailedException.java.

00062   {
00063     super(cause);
00064   }

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException String  message,
Throwable  cause
 

Creates a new AllBackendsFailedException instance.

Parameters:
message the error message
cause the root cause

Definition at line 72 of file AllBackendsFailedException.java.

00073   {
00074     super(message, cause);
00075   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:53 2005 for C-JDBC by  doxygen 1.3.9.1