All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.NotBoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----vnet.VirtualNetException
                           |
                           +----vnet.BindException
                                   |
                                   +----vnet.NotBoundException

public class NotBoundException
extends BindException
Class exception for unbind operations

Version:
0.1, august-1997
Author:
LuisM Pena
See Also:
VirtualNetException

Constructor Index

 o NotBoundException(String)
This constructor is used when the name of the server is not found

Constructors

 o NotBoundException
 public NotBoundException(String server)
This constructor is used when the name of the server is not found

Parameters:
server - the name of the server being looking for

All Packages  Class Hierarchy  This Package  Previous  Next  Index