Class StreamingQueryException

Object
Throwable
Exception
org.apache.spark.sql.streaming.StreamingQueryException
All Implemented Interfaces:
Serializable, SparkThrowable

public class StreamingQueryException extends Exception implements SparkThrowable
Exception that stopped a StreamingQuery. Use cause get the actual exception that caused the failure. param: message Message of this exception param: cause Internal cause of this exception param: startOffset Starting offset in json of the range of data in which exception occurred param: endOffset Ending offset in json of the range of data in exception occurred
Since:
2.0.0
See Also: