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