Name

UnresolvedAddressException

Synopsis

Signals the use of a java.net.SocketAddress that could not be resolved: for example a java.net.InetSocketAddress that contains an unknown hostname.

java.nio.channels.UnresolvedAddressException

Figure 13-40. java.nio.channels.UnresolvedAddressException

public class UnresolvedAddressException extends IllegalArgumentException {
// Public Constructors
     public UnresolvedAddressException( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.