Uses of Class
javax.management.OperationsException

Packages that use OperationsException
javax.management   
org.huihoo.jfox.jmx   
 

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
 java.io.ObjectInputStream MBeanServer.deserialize(ObjectName name, byte[] data)
          De-serializes a byte array in the context of the class loader of an MBean.
 java.io.ObjectInputStream MBeanServer.deserialize(java.lang.String className, byte[] data)
          De-serializes a byte array in the context of a given MBean class loader.
 java.io.ObjectInputStream MBeanServer.deserialize(java.lang.String className, ObjectName loaderName, byte[] data)
          De-serializes a byte array in the context of a given MBean class loader.
 

Uses of OperationsException in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that throw OperationsException
 java.io.ObjectInputStream MBeanServerSupport.deserialize(ObjectName loaderName, byte[] bytes)
           
 java.io.ObjectInputStream MBeanServerSupport.deserialize(java.lang.String className, byte[] bytes)
           
 java.io.ObjectInputStream MBeanServerSupport.deserialize(java.lang.String className, ObjectName loaderName, byte[] bytes)