public class DataLossException extends ApiException
Exception thrown due to unrecoverable data loss or corruption.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > ApiException > DataLossExceptionConstructors
DataLossException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public DataLossException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
DataLossException(Throwable cause, StatusCode statusCode, boolean retryable)
public DataLossException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |