public class DataLossException extends ApiException
| Constructor and Description |
|---|
DataLossException(String message,
Throwable cause,
StatusCode statusCode,
boolean retryable) |
DataLossException(Throwable cause,
StatusCode statusCode,
boolean retryable) |
getStatusCode, isRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataLossException(Throwable cause, StatusCode statusCode, boolean retryable)
public DataLossException(String message, Throwable cause, StatusCode statusCode, boolean retryable)