javax.management.openmbean
Class OpenDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.management.JMException
                    |
                    +--javax.management.openmbean.OpenDataException
All Implemented Interfaces:
java.io.Serializable

public class OpenDataException
extends JMException
implements java.io.Serializable

This checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met.

Author:
Young Yang
See Also:
Serialized Form

Constructor Summary
OpenDataException()
           
OpenDataException(java.lang.String msg)
           
 
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()

OpenDataException

public OpenDataException(java.lang.String msg)