javax.management
public class: OperationsException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.OperationsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedObjectNameException, InvalidAttributeValueException, InstanceNotFoundException, NotCompliantMBeanException, ListenerNotFoundException, AttributeNotFoundException, ServiceNotFoundException, InstanceAlreadyExistsException, IntrospectionException
Represents exceptions thrown in the MBean server when performing operations
on MBeans.
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |