UnsupportedAddressTypeExceptionpublic class UnsupportedAddressTypeException extends IllegalArgumentException An {@code UnsupportedAddressTypeException} is thrown when connecting or
binding to an unsupported address type. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public UnsupportedAddressTypeException()Constructs an {@code UnsupportedAddressTypeException}.
super();
|
|