Package java.nio.channels
Class UnresolvedAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.nio.channels.UnresolvedAddressException
- All Implemented Interfaces:
Serializable
public class UnresolvedAddressException extends IllegalArgumentException
An
UnresolvedAddressException is thrown when trying to use an
unresolved network address in a network operation.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnresolvedAddressException()Constructs anUnresolvedAddressException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnresolvedAddressException
public UnresolvedAddressException()Constructs anUnresolvedAddressException.
-