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