Class InvocationFailureException

    • Constructor Detail

      • InvocationFailureException

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

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