Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ErrorBusyAction (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/app/web/error/ErrorBusyAction.java

     * Action class for handling HTTP 429 Too Many Requests error pages.
     * This action displays error pages when the server is under high load.
     */
    public class ErrorBusyAction extends FessSearchAction {
    
        /**
         * Default constructor for ErrorBusyAction.
         */
        public ErrorBusyAction() {
            super();
        }
    
        /**
         * Displays the busy error page.
         *
         * @param form the error form containing error information
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Feb 10 04:24:02 GMT 2026
    - 1.4K bytes
    - Click Count (0)
Back to Top