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

org.objectweb.cjdbc.common.jmx.JmxException Class Reference

List of all members.

Public Member Functions

 JmxException ()
 JmxException (String message)
 JmxException (Throwable cause)

Detailed Description

JmxException

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 34 of file JmxException.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.common.jmx.JmxException.JmxException  ) 
 

Creates a new JmxException instance.

Definition at line 40 of file JmxException.java.

00041   {
00042   }

org.objectweb.cjdbc.common.jmx.JmxException.JmxException String  message  ) 
 

Creates a new JmxException instance.

Parameters:
message the error message

Definition at line 49 of file JmxException.java.

00050   {
00051     super(message);
00052   }

org.objectweb.cjdbc.common.jmx.JmxException.JmxException Throwable  cause  ) 
 

Creates a new JmxException instance.

Parameters:
cause the root cause

Definition at line 59 of file JmxException.java.

00060   {
00061     super(cause);
00062   }


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