Class WALRecoverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.wal.exception.WALException
-
- org.apache.iotdb.db.wal.exception.WALRecoverException
-
- All Implemented Interfaces:
java.io.Serializable
public class WALRecoverException extends WALException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WALRecoverException(java.lang.String message, java.lang.Throwable cause)WALRecoverException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-