public class RetriableCommitFailedException extends RetriableException
| Constructor and Description |
|---|
RetriableCommitFailedException(String message) |
RetriableCommitFailedException(String message,
Throwable t) |
RetriableCommitFailedException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static RetriableCommitFailedException |
withUnderlyingMessage(String additionalMessage) |
fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetriableCommitFailedException(Throwable t)
public RetriableCommitFailedException(String message)
public static RetriableCommitFailedException withUnderlyingMessage(String additionalMessage)