类 InvocationFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.jmx.JmxException
cn.taketoday.jmx.access.InvocationFailureException
所有已实现的接口:
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).
从以下版本开始:
4.0
作者:
Juergen Hoeller
另请参阅:
  • 构造器详细资料

    • InvocationFailureException

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

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