Class DictionaryExpiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.dict.DictionaryExpiredException
All Implemented Interfaces:
Serializable

public class DictionaryExpiredException extends RuntimeException
Exception thrown when a dictionary has expired and is no longer valid. This runtime exception indicates that a dictionary file or dictionary data has exceeded its lifetime and should be refreshed or reloaded.
See Also:
  • Constructor Details

    • DictionaryExpiredException

      public DictionaryExpiredException()
      Creates a new instance of DictionaryExpiredException. This constructor initializes the exception to indicate that a dictionary has expired and is no longer valid for use.