Uses of Class javax.management.OperationsException

Uses in package javax.management

Classes derived from javax.management.OperationsException

class
Thrown when a attribute is requested but can not be found.
class
Thrown when an attempt to register a bean is made, and the bean is already registered.
class
Thrown when an attempt to locate a bean is made, and the bean does not exist in the repository.
class
A general for all exceptions thrown during introspection operations on management beans.
class
Thrown when a value is given for an attribute which is invalid.
class
Thrown when a requested listener does not exist.
class
Thrown when a string used as an ObjectName is invalid.
class
Thrown when a management bean is passed to a method (e.g. to an MBean server to be registered) and it fails to comply with the specifications for such a bean.
class
Thrown when a requested service is unsupported.

Methods which throw type javax.management.OperationsException

ObjectInputStream
MBeanServer.deserialize(String name, byte[] data)
Deserializes a byte array using the same class loader for its context as was used to load the given class.
ObjectInputStream
MBeanServer.deserialize(String name, ObjectName loader, byte[] data)
Deserializes a byte array using the same class loader for its context as was used to load the given class.
ObjectInputStream
MBeanServer.deserialize(ObjectName name, byte[] data)
Deserializes a byte array using the class loader of the specified management bean as its context.