Uses of Class
javax.management.OperationsException

Packages that use OperationsException
com.sun.jdmk Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes. 
javax.management Provides the core JMX classes
 

Uses of OperationsException in com.sun.jdmk
 

Methods in com.sun.jdmk that throw OperationsException
 ObjectInputStream MBeanServerForwarder.deserialize(ObjectName name, byte[] data)
           
 ObjectInputStream MBeanServerForwarder.deserialize(String className, byte[] data)
           
 ObjectInputStream MBeanServerForwarder.deserialize(String className, ObjectName loaderName, byte[] data)
           
 

Uses of OperationsException in javax.management
 

Subclasses of OperationsException in javax.management
 class AttributeNotFoundException
          The specified attribute does not exist or cannot be retrieved.
 class InstanceAlreadyExistsException
          The MBean is already registered in the repository.
 class InstanceNotFoundException
          The specified MBean does not exist in the repository.
 class IntrospectionException
          An exception occurred during the introspection of an MBean.
 class InvalidAttributeValueException
          The value specified is not valid for the attribute.
 class ListenerNotFoundException
          The specified MBean listener does not exist in the repository.
 class MalformedObjectNameException
          The format of the string does not correspond to a valid ObjectName.
 class NotCompliantMBeanException
          Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
 class ServiceNotFoundException
          Represents exceptions raised when a requested service is not supported.
 

Methods in javax.management that throw OperationsException
 ObjectInputStream MBeanServer.deserialize(ObjectName name, byte[] data)
          Deprecated. Use getClassLoaderFor to obtain the appropriate class loader for deserialization.
 ObjectInputStream MBeanServer.deserialize(String className, byte[] data)
          Deprecated. Use MBeanServer.getClassLoaderRepository() to obtain the class loader repository and use it to deserialize.
 ObjectInputStream MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
          Deprecated. Use getClassLoader to obtain the class loader for deserialization.
 


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.