Class MethodNotFoundException

    • Constructor Detail

      • MethodNotFoundException

        public MethodNotFoundException()
        Creates a MethodNotFoundException with no detail message.
      • MethodNotFoundException

        public MethodNotFoundException​(String message)
        Creates a MethodNotFoundException with the provided detail message.
        Parameters:
        message - the detail message
      • MethodNotFoundException

        public MethodNotFoundException​(Throwable cause)
        Creates a MethodNotFoundException with the given root cause.
        Parameters:
        cause - the originating cause of this exception
      • MethodNotFoundException

        public MethodNotFoundException​(String message,
                                       Throwable cause)
        Creates a MethodNotFoundException with the given detail message and root cause.
        Parameters:
        message - the detail message
        cause - the originating cause of this exception