Exception DnsException (2.41.0)

public final class DnsException extends BaseHttpServiceException

DNS service exception.

Constructors

DnsException(GoogleJsonError error, boolean idempotent)

public DnsException(GoogleJsonError error, boolean idempotent)
Parameters
Name Description
error com.google.api.client.googleapis.json.GoogleJsonError
idempotent boolean

DnsException(int code, String message, Throwable cause)

public DnsException(int code, String message, Throwable cause)
Parameters
Name Description
code int
message String
cause Throwable

DnsException(IOException exception, boolean idempotent)

public DnsException(IOException exception, boolean idempotent)
Parameters
Name Description
exception IOException
idempotent boolean