Class IndexWriteException

All Implemented Interfaces:
Serializable

public class IndexWriteException extends IOException
Cannot write a modified index. This is a serious error that users need to be made aware of.
See Also:
  • Field Details

  • Constructor Details

    • IndexWriteException

      public IndexWriteException()
      Constructs an IndexWriteException with the default message.
    • IndexWriteException

      public IndexWriteException(String s)
      Constructs an IndexWriteException with the specified detail message.
      Parameters:
      s - message
    • IndexWriteException

      public IndexWriteException(String s, Throwable cause)
      Constructs an IndexWriteException with the specified detail message.
      Parameters:
      s - message
      cause - root cause exception