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) |
fillInStackTrace
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RetriableCommitFailedException(Throwable t)
public RetriableCommitFailedException(String message)
public static RetriableCommitFailedException withUnderlyingMessage(String additionalMessage)