Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RobotsTxtException (0.06 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/RobotsTxtException.java

         * Constructs a new RobotsTxtException with the specified detail message and cause.
         * @param message the detail message
         * @param cause the cause of the exception
         */
        public RobotsTxtException(final String message, final Throwable cause) {
            super(message, cause);
        }
    
        /**
         * Constructs a new RobotsTxtException with the specified detail message.
         * @param message the detail message
         */
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top