Package Summary  Overview Summary

class:OperationsException [NONE]

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeNotFoundException, InstanceAlreadyExistsException, InstanceNotFoundException, IntrospectionException, InvalidAttributeValueException, ListenerNotFoundException, MalformedObjectNameException, NotCompliantMBeanException, ServiceNotFoundException

public class OperationsExceptionextends JMException
Represents exceptions thrown in the MBean server when performing operations on MBeans.
Since:
1.5
See Also:

constructor:OperationsException() [NONE]

  • OperationsException

    public OperationsException()
    Default constructor.
  • constructor:OperationsException(java.lang.String) [NONE]

    OperationsException

    public OperationsException (String message)
    Constructor that allows a specific error message to be specified.
    Parameters:
    message - the detail message.

    © 2023 Oracle Corporation and/or its affiliates