Class FailedLogCloseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.regionserver.wal.FailedLogCloseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedSyncBeforeLogCloseException

@Public public class FailedLogCloseException extends IOException
Thrown when we fail close of the write-ahead-log file. Package private. Only used inside this package.
See Also: