Class WALHeaderEOFException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.EOFException
org.apache.hadoop.hbase.regionserver.wal.WALHeaderEOFException
All Implemented Interfaces:
Serializable

@Private public class WALHeaderEOFException extends EOFException
A special EOFException to indicate that the EOF happens when we read the header of a WAL file.

This usually means the WAL file just contains nothing and we are safe to skip over it.

See Also: