Class AddressAlreadyInUseSocketException

All Implemented Interfaces:
Serializable

public class AddressAlreadyInUseSocketException extends InvalidSocketException
A SocketException that may be thrown upon some "address already in use" condition from native code (e.g., EADDRINUSE is returned).
Author:
Christian Kohlschütter
See Also: