Package org.apache.iotdb.db.exception
Class StorageEngineReadonlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.exception.StorageEngineException
-
- org.apache.iotdb.db.exception.StorageEngineReadonlyException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageEngineReadonlyException extends StorageEngineException
the exception when writing to a read-only system- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_MESSAGE
-
Constructor Summary
Constructors Constructor Description StorageEngineReadonlyException()
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Field Detail
-
ERROR_MESSAGE
public static final java.lang.String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
-