Class DnsException

  • All Implemented Interfaces:
    Serializable

    public final class DnsException
    extends com.google.cloud.http.BaseHttpServiceException
    DNS service exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • DnsException

        public DnsException​(IOException exception,
                            boolean idempotent)
      • DnsException

        public DnsException​(com.google.api.client.googleapis.json.GoogleJsonError error,
                            boolean idempotent)
      • DnsException

        public DnsException​(int code,
                            String message,
                            Throwable cause)