Class DamagedWALException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.regionserver.wal.DamagedWALException
- All Implemented Interfaces:
Serializable
Thrown when a failed append or sync on a WAL. Thrown when WAL can no longer be used. Roll the
WAL.
- See Also:
-
Constructor Summary
ConstructorDescriptionDamagedWALException
(String message) DamagedWALException
(String message, Throwable cause) DamagedWALException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DamagedWALException
public DamagedWALException() -
DamagedWALException
-
DamagedWALException
-
DamagedWALException
-