Class DataStoreException

All Implemented Interfaces:
Serializable

public class DataStoreException extends FessSystemException
Exception thrown when an error occurs during data store operations. This is a system-level exception that indicates problems with data store configuration, connectivity, or data processing.
See Also:
  • Constructor Details

    • DataStoreException

      public DataStoreException(String message, Throwable cause)
      Creates a new DataStoreException with the specified message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause of this exception
    • DataStoreException

      public DataStoreException(String message)
      Creates a new DataStoreException with the specified message.
      Parameters:
      message - the error message
    • DataStoreException

      public DataStoreException(Throwable cause)
      Creates a new DataStoreException with the specified cause.
      Parameters:
      cause - the underlying cause of this exception