Class IndexReadException

  • All Implemented Interfaces:
    Serializable

    public class IndexReadException
    extends IOException
    Cannot read the index. This is a serious error that users need to be made aware of.
    Since:
    4.2
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexReadException

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

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

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