Package com.zeroc.Ice

Class DNSException

All Implemented Interfaces:
Serializable

public final class DNSException extends SyscallException
The exception that is thrown to report a DNS resolution failure.
See Also:
  • Constructor Details

    • DNSException

      public DNSException(String host)
      Constructs a DNSException.
      Parameters:
      host - the host that could not be resolved
    • DNSException

      public DNSException(String host, Throwable cause)
      Constructs a DNSException with a cause.
      Parameters:
      host - the host that could not be resolved
      cause - the cause
  • Method Details