Package org.apache.hadoop.hbase.wal
Class WALSplitter.CorruptedLogFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hbase.wal.WALSplitter.CorruptedLogFileException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WALSplitter
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCorruptedLogFileException
(String message, Throwable cause) CorruptedLogFileException with cause -
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
-
CorruptedLogFileException
-
CorruptedLogFileException
CorruptedLogFileException(String message, Throwable cause) CorruptedLogFileException with cause- Parameters:
message
- the message for this exceptioncause
- the cause for this exception
-