Package org.apache.iotdb.db.exception
Class StorageEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.exception.StorageEngineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ContinuousQueryException,DiskSpaceInsufficientException,StorageEngineReadonlyException,StorageGroupNotReadyException,TriggerExecutionException,TriggerManagementException
public class StorageEngineException extends org.apache.iotdb.commons.exception.IoTDBException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageEngineException(java.lang.String message)StorageEngineException(java.lang.String message, int errorCode)StorageEngineException(java.lang.String message, java.lang.Throwable cause)StorageEngineException(java.lang.Throwable cause)StorageEngineException(org.apache.iotdb.commons.exception.IoTDBException e)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
StorageEngineException
public StorageEngineException(java.lang.Throwable cause)
-
StorageEngineException
public StorageEngineException(java.lang.String message)
-
StorageEngineException
public StorageEngineException(java.lang.String message, java.lang.Throwable cause)
-
StorageEngineException
public StorageEngineException(java.lang.String message, int errorCode)
-
StorageEngineException
public StorageEngineException(org.apache.iotdb.commons.exception.IoTDBException e)
-
-