类 HandlerMethodInvocationException

    • 构造器详细资料

      • HandlerMethodInvocationException

        public HandlerMethodInvocationException​(Method handlerMethod,
                                                Throwable cause)
        已过时。
        Create a new HandlerMethodInvocationException for the given Method handle and cause.
        参数:
        handlerMethod - the handler method handle
        cause - the cause of the invocation failure