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
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
WALHeaderEOFException
public WALHeaderEOFException() -
WALHeaderEOFException
-
WALHeaderEOFException
-