Class InternalException (2.7.1)

public class InternalException extends ApiException

Exception thrown due to internal errors. Means some invariants expected by underlying system has been broken. If you see one of these errors, something is very broken.

Constructors

InternalException(String message, Throwable cause, StatusCode statusCode, boolean retryable)

public InternalException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
NameDescription
messageString
causeThrowable
statusCodeStatusCode
retryableboolean

InternalException(Throwable cause, StatusCode statusCode, boolean retryable)

public InternalException(Throwable cause, StatusCode statusCode, boolean retryable)
Parameters
NameDescription
causeThrowable
statusCodeStatusCode
retryableboolean