Class EofException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.illumon.iris.binarystore.EofException
All Implemented Interfaces:
Serializable

public class EofException extends Exception
Marker exception when the AbstractBinaryStoreReader encounters an EOF.
See Also:
  • Constructor Details

    • EofException

      public EofException()