SunONE Application Server v8.0 PE

javax.management.openmbean
Class OpenDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.JMException
              extended byjavax.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.

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(java.lang.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(java.lang.String msg)
An OpenDataException with a detail message.

Parameters:
msg - the detail message.

SunONE Application Server v8.0 PE

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.