Class OutOfTTLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.db.exception.WriteProcessException
-
- org.apache.iotdb.db.exception.query.OutOfTTLException
-
- All Implemented Interfaces:
java.io.Serializable
public class OutOfTTLException extends WriteProcessException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutOfTTLException(long insertionTime, long timeLowerBound)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-