Class CorruptedWALProcedureStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.procedure2.store.wal.CorruptedWALProcedureStoreException
- All Implemented Interfaces:
Serializable
Deprecated.
Since 2.3.0, will be removed in 4.0.0. Keep here only for rolling upgrading, now we
use the new region based procedure store.
Thrown when a procedure WAL is corrupted
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.default constructorDeprecated.Constructor -
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
Deprecated.- See Also:
-
-
Constructor Details
-
CorruptedWALProcedureStoreException
public CorruptedWALProcedureStoreException()Deprecated.default constructor -
CorruptedWALProcedureStoreException
Deprecated.Constructor- Parameters:
s
- message
-