Package java.net
Class BindException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.net.SocketException
-
- java.net.BindException
-
- All Implemented Interfaces:
Serializable
public class BindException extends SocketException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindException()
BindException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
BindException
public BindException()
-
BindException
public BindException(String var0)
-
-