Class MethodInvocationException

    • Constructor Detail

      • MethodInvocationException

        public MethodInvocationException​(Method method,
                                         Throwable cause)
        Creates a new instance for the specified Method and Throwable.
        Parameters:
        method - the Method.
        cause - the reason.