类 JobMethodInvocationFailedException

    • 构造器详细资料

      • JobMethodInvocationFailedException

        public JobMethodInvocationFailedException​(MethodInvoker methodInvoker,
                                                  Throwable cause)
        Constructor for JobMethodInvocationFailedException.
        参数:
        methodInvoker - the MethodInvoker used for reflective invocation
        cause - the root cause (as thrown from the target method)