Uses of Class
javax.management.OperationsException

Packages that use OperationsException
javax.management   
mx4j.server   
 

Uses of OperationsException in javax.management
 

Subclasses of OperationsException in javax.management
 class AttributeNotFoundException
           
 class InstanceAlreadyExistsException
           
 class InstanceNotFoundException
           
 class IntrospectionException
           
 class InvalidAttributeValueException
           
 class ListenerNotFoundException
           
 class MalformedObjectNameException
           
 class NotCompliantMBeanException
           
 class ServiceNotFoundException
           
 

Methods in javax.management that throw OperationsException
 java.io.ObjectInputStream MBeanServer.deserialize(java.lang.String className, ObjectName loaderName, byte[] bytes)
           
 java.io.ObjectInputStream MBeanServer.deserialize(java.lang.String className, byte[] bytes)
           
 java.io.ObjectInputStream MBeanServer.deserialize(ObjectName objectName, byte[] bytes)
           
 

Uses of OperationsException in mx4j.server
 

Methods in mx4j.server that throw OperationsException
 java.io.ObjectInputStream MBeanServerImpl.deserialize(java.lang.String className, ObjectName loaderName, byte[] bytes)
           
 java.io.ObjectInputStream MBeanServerImpl.deserialize(java.lang.String className, byte[] bytes)
           
 java.io.ObjectInputStream MBeanServerImpl.deserialize(ObjectName objectName, byte[] bytes)