Package jakarta.el

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 exception)
        Creates a MethodNotFoundException with the given root cause.
        Parameters:
        exception - the originating cause of this exception
      • MethodNotFoundException

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