Class SinkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.db.engine.trigger.sink.exception.SinkException
-
- All Implemented Interfaces:
java.io.Serializable
public class SinkException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SinkException(java.lang.String message)SinkException(java.lang.String message, java.lang.Throwable cause)
-