Package com.zeroc.Ice

Class DNSException

All Implemented Interfaces:
Serializable

public final class DNSException extends SyscallException
This exception indicates a DNS problem.
See Also:
  • Constructor Details

    • DNSException

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

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