org.objectweb.cjdbc.controller.jmx
Class JmxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.controller.jmx.JmxException
All Implemented Interfaces:
java.io.Serializable

public class JmxException
extends java.lang.Exception

JmxException

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JmxException()
          Creates a new JmxException instance.
JmxException(java.lang.String message)
          Creates a new JmxException instance.
JmxException(java.lang.String message, java.lang.Throwable cause)
          Creates a new JmxException instance.
JmxException(java.lang.Throwable cause)
          Creates a new JmxException instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmxException

public JmxException()
Creates a new JmxException instance.


JmxException

public JmxException(java.lang.String message)
Creates a new JmxException instance.

Parameters:
message - the error message

JmxException

public JmxException(java.lang.Throwable cause)
Creates a new JmxException instance.

Parameters:
cause - the root cause

JmxException

public JmxException(java.lang.String message,
                    java.lang.Throwable cause)
Creates a new JmxException instance.

Parameters:
message - the error message
cause - the root cause


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.