All Packages Class Hierarchy This Package Previous Next Index
Class vnet.AlreadyBoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----vnet.VirtualNetException
|
+----vnet.BindException
|
+----vnet.AlreadyBoundException
- public class AlreadyBoundException
- extends BindException
Class exception for exceptions on bind operations
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
- See Also:
- VirtualNetException
-
AlreadyBoundException(String)
- This constructor is used when the name of the server being binded
is already busy (there is another server binded with this name)
AlreadyBoundException
public AlreadyBoundException(String server)
- This constructor is used when the name of the server being binded
is already busy (there is another server binded with this name)
- Parameters:
- server - the name of the server being binded
All Packages Class Hierarchy This Package Previous Next Index