Package org.apache.iotdb.db.exception
Class TriggerManagementException
- 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.TriggerManagementException
-
- All Implemented Interfaces:
java.io.Serializable
public class TriggerManagementException extends StorageEngineException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TriggerManagementException(java.lang.String message)TriggerManagementException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-