Class MethodInvocationException

    • Constructor Detail

      • MethodInvocationException

        public MethodInvocationException​(String message)
        Constructor for a MethodInvocationException with detail message.
        Parameters:
        message - further description of the reported invocation error
      • MethodInvocationException

        public MethodInvocationException​(Exception cause)
        Constructor for a MethodInvocationException with detail message.
        Parameters:
        cause - exception that caused the method invocation exception
      • MethodInvocationException

        public MethodInvocationException​(String message,
                                         Version providerVersion)
        Constructor for a MethodInvocationException with detail message.
        Parameters:
        message - further description of the reported invocation error
        providerVersion - the version of the provider which could not handle the method invocation
      • MethodInvocationException

        public MethodInvocationException​(Exception cause,
                                         Version providerVersion)
        Constructor for a MethodInvocationException with detail message.
        Parameters:
        cause - exception that caused the method invocation exception
        providerVersion - the version of the provider which could not handle the method invocation