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