Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DataStoreException (0.61 sec)

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

        /**
         * Creates a new DataStoreException with the specified message.
         *
         * @param message the error message
         */
        public DataStoreException(final String message) {
            super(message);
        }
    
        /**
         * Creates a new DataStoreException with the specified cause.
         *
         * @param cause the underlying cause of this exception
         */
        public DataStoreException(final Throwable cause) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top