Class IndexReadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IndexReadException
    extends java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexReadException()
      Constructs an IndexReadException with the default message.
      IndexReadException​(java.lang.String s)
      Constructs an IndexReadException with the specified detail message.
      IndexReadException​(java.lang.String s, java.lang.Throwable cause)
      Constructs an IndexReadException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IndexReadException

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

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

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