|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationsException | |
javax.management | |
org.jboss.mx.server | |
org.jboss.mx.util | Utilities for the Java Management Extentions API. |
Uses of OperationsException in javax.management |
Subclasses of OperationsException in javax.management | |
class |
AttributeNotFoundException
Thrown when the attribute does not exist or cannot be retrieved. |
class |
InstanceAlreadyExistsException
Thrown when an MBean is already registered with the specified ObjectName. |
class |
InstanceNotFoundException
Thrown when an MBean is not registered with the specified ObjectName. |
class |
IntrospectionException
Thrown when an error occurs introspecting an MBean. |
class |
InvalidAttributeValueException
Thrown when trying to change an attribute to a incorrect value or type. |
class |
ListenerNotFoundException
Thrown when a specified Listener does not exist. |
class |
MalformedObjectNameException
Thrown when a string used to construct an ObjectName is not valid. |
class |
NotCompliantMBeanException
Thrown when trying to register an MBean that does not conform the JMX specification. |
class |
ServiceNotFoundException
Thrown when a service is not supported. |
Methods in javax.management that throw OperationsException | |
ObjectInputStream |
MBeanServer.deserialize(ObjectName name,
byte[] data)
Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the
appropriate classloader for deserialization |
ObjectInputStream |
MBeanServer.deserialize(String className,
byte[] data)
Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the
appropriate classloader for deserialization |
ObjectInputStream |
MBeanServer.deserialize(String className,
ObjectName loaderName,
byte[] data)
Deprecated. use MBeanServer.getClassLoaderFor(ObjectName) to obtain the
appropriate classloader for deserialization |
Uses of OperationsException in org.jboss.mx.server |
Methods in org.jboss.mx.server that throw OperationsException | |
ObjectInputStream |
MBeanServerImpl.deserialize(ObjectName name,
byte[] data)
Deprecated. |
ObjectInputStream |
MBeanServerImpl.deserialize(String className,
byte[] data)
Deprecated. |
ObjectInputStream |
MBeanServerImpl.deserialize(String className,
ObjectName loaderName,
byte[] data)
Deprecated. |
Uses of OperationsException in org.jboss.mx.util |
Subclasses of OperationsException in org.jboss.mx.util | |
class |
JBossNotCompliantMBeanException
JBossNotCompliantMBeanException.java Created: Tues Feb 18 22:45:03 2003 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |