Uses of Class
javax.management.OperationsException
Packages that use OperationsException
-
Uses of OperationsException in javax.management
Subclasses of OperationsException in javax.managementModifier and TypeClassDescriptionclass
The specified attribute does not exist or cannot be retrieved.class
The MBean is already registered in the repository.class
The specified MBean does not exist in the repository.class
An exception occurred during the introspection of an MBean.class
The value specified is not valid for the attribute.class
The specified MBean listener does not exist in the repository.class
The format of the string does not correspond to a valid ObjectName.class
Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.class
Represents exceptions raised when a requested service is not supported.Methods in javax.management that throw OperationsExceptionModifier and TypeMethodDescriptiondefault ObjectInputStream
MBeanServer.deserialize
(String className, byte[] data) Deprecated.default ObjectInputStream
MBeanServer.deserialize
(String className, ObjectName loaderName, byte[] data) Deprecated.UsegetClassLoader
to obtain the class loader for deserialization.default ObjectInputStream
MBeanServer.deserialize
(ObjectName name, byte[] data) Deprecated.UsegetClassLoaderFor
to obtain the appropriate class loader for deserialization.
MBeanServer.getClassLoaderRepository()
to obtain the class loader repository and use it to deserialize.