javax.management.openmbean
Class OpenDataExceptionjava.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.
Submit a bug or featureCopyright 2003 Sun Microsystems, Inc. All rights reserved.