Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getActionClass (0.07 seconds)

  1. src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java

        }
    
        /**
         * Gets the action class associated with this exception.
         *
         * @return the action class that requires specific user roles
         */
        public Class<? extends RootAction> getActionClass() {
            return actionClass;
        }
    
        /**
         * Overrides fillInStackTrace to return null for performance optimization.
         * This prevents stack trace generation for this exception type.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Nov 19 08:04:23 GMT 2025
    - 2K bytes
    - Click Count (0)
Back to Top