java.nio.channels
Class UnsupportedAddressTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.nio.channels.UnsupportedAddressTypeException
- All Implemented Interfaces:
- Serializable
public class UnsupportedAddressTypeException
- extends IllegalArgumentException
Thrown when connecting or binding to an unsupported address type.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedAddressTypeException
public UnsupportedAddressTypeException()
- Default constructor.
Please submit a feedback, bug or feature