javax.management.openmbean
Class OpenDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.JMException (src) 
              extended byjavax.management.openmbean.OpenDataException
All Implemented Interfaces:
java.io.Serializable

public class OpenDataException
extends JMException (src)
implements java.io.Serializable

Thrown when an open type, open data or open mbean meta data object is attempted to be constructed that is not valid.

See Also:
Serialized Form

Constructor Summary
OpenDataException()
          Construct an open data exception with no message.
OpenDataException(java.lang.String message)
          Construct an open data exception with the passed message.
 
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

OpenDataException

public OpenDataException()
Construct an open data exception with no message.


OpenDataException

public OpenDataException(java.lang.String message)
Construct an open data exception with the passed message.

Parameters:
message - the message