Package org.apache.spark.sql.streaming
Class StreamingQueryException
- All Implemented Interfaces:
- Serializable,- 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:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.spark.SparkThrowablegetBreakingChangeInfo, getDefaultMessageTemplate, getErrorClass, getQueryContext, getSqlState, isInternalError
- 
Constructor Details- 
StreamingQueryException
 
- 
- 
Method Details- 
cause
- 
endOffset
- 
getConditionDescription copied from interface:SparkThrowableSuccinct, human-readable, unique, and consistent representation of the error condition. If null, error condition is not set.- Specified by:
- getConditionin interface- SparkThrowable
 
- 
getMessage- Overrides:
- getMessagein class- Throwable
 
- 
getMessageParameters- Specified by:
- getMessageParametersin interface- SparkThrowable
 
- 
message
- 
startOffset
- 
timepublic long time()Time when the exception occurred
- 
toString
 
-