Class InvalidInvocationException

All Implemented Interfaces:
Serializable

public class InvalidInvocationException extends JMRuntimeException
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
Since:
1.2
Author:
Rob Harrop, Juergen Hoeller
See Also:
  • Constructor Details

    • InvalidInvocationException

      public InvalidInvocationException(String msg)
      Create a new InvalidInvocationException with the supplied error message.
      Parameters:
      msg - the detail message