javax.management.openmbean
Class OpenDataException

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

public class OpenDataException
extends JMException
implements 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.

Since:
JMX 1.1
Version:
3.7 02/10/01
Author:
Sun Microsystems, Inc.
See Also:
Serialized Form

Constructor Summary
OpenDataException()
          An OpenDataException with no detail message.
OpenDataException(String msg)
          An OpenDataException with a detail 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()
An OpenDataException with no detail message.


OpenDataException

public OpenDataException(String msg)
An OpenDataException with a detail message.

Parameters:
msg - the detail message.

JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.