Package com.google.cloud.dns
Class DnsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.cloud.BaseServiceException
-
- com.google.cloud.http.BaseHttpServiceException
-
- com.google.cloud.dns.DnsException
-
- All Implemented Interfaces:
Serializable
public final class DnsException extends com.google.cloud.http.BaseHttpServiceException
DNS service exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DnsException(int code, String message, Throwable cause)
DnsException(com.google.api.client.googleapis.json.GoogleJsonError error, boolean idempotent)
DnsException(IOException exception, boolean idempotent)
-
Method Summary
-
Methods inherited from class com.google.cloud.BaseServiceException
equals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translate
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DnsException
public DnsException(IOException exception, boolean idempotent)
-
DnsException
public DnsException(com.google.api.client.googleapis.json.GoogleJsonError error, boolean idempotent)
-
-