org.objectweb.cjdbc.common.jmx
Class JmxException

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

public class JmxException
extends CJDBCException

Generic JMX Exception

Version:
1.0
Author:
Nicolas Modrzyk, Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.objectweb.cjdbc.common.exceptions.CJDBCException
cause
 
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.Throwable cause)
          Creates a new JmxException instance.
 
Methods inherited from class org.objectweb.cjdbc.common.exceptions.CJDBCException
fillInStackTrace, getCause, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Throwable
getLocalizedMessage, initCause, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
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


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