Exception DnsException (2.39.0)

public final class DnsException extends BaseHttpServiceException

DNS service exception.

Constructors

DnsException(GoogleJsonError error, boolean idempotent)

public DnsException(GoogleJsonError error, boolean idempotent)
Parameters
NameDescription
errorcom.google.api.client.googleapis.json.GoogleJsonError
idempotentboolean

DnsException(int code, String message, Throwable cause)

public DnsException(int code, String message, Throwable cause)
Parameters
NameDescription
codeint
messageString
causeThrowable

DnsException(IOException exception, boolean idempotent)

public DnsException(IOException exception, boolean idempotent)
Parameters
NameDescription
exceptionIOException
idempotentboolean