public class RetryException extends RuntimeException
Constructor and Description |
---|
RetryException(long offset,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
long |
getOffsetMillis()
Offset from start time in milliseconds that this failure happened.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RetryException(long offset, Throwable cause)
Copyright © 2017. All rights reserved.