Class HandlerMethodInvocationException

    • Constructor Detail

      • HandlerMethodInvocationException

        public HandlerMethodInvocationException​(Method handlerMethod,
                                                Throwable cause)
        Deprecated.
        Create a new HandlerMethodInvocationException for the given Method handle and cause.
        Parameters:
        handlerMethod - the handler method handle
        cause - the cause of the invocation failure