public class StreamingQueryException
extends Exception
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 occurredModifier and Type | Method and Description |
---|---|
Throwable |
cause() |
String |
endOffset() |
String |
message() |
String |
startOffset() |
long |
time()
Time when the exception occurred
|
String |
toString() |