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

Constructor Index

 o 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)

Constructors

 o 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