Class InvocationFailureException

All Implemented Interfaces:
Serializable

public class InvocationFailureException extends JmxException
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
Since:
1.2
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • InvocationFailureException

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

      public InvocationFailureException(String msg, Throwable cause)
      Create a new InvocationFailureException with the specified error message and root cause.
      Parameters:
      msg - the detail message
      cause - the root cause