All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.remote.VNRemoteException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----vnet.VirtualNetException
                           |
                           +----vnet.VNException
                                   |
                                   +----vnet.remote.VNRemoteException

public class VNRemoteException
extends VNException
Class to represent general exceptions involving the remote Virtual Net

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

Constructor Index

 o VNRemoteException(String)
 o VNRemoteException(String, Exception)

Constructors

 o VNRemoteException
 public VNRemoteException(String name)
Parameters:
name - the inavlid name for the virtual net
 o VNRemoteException
 public VNRemoteException(String name,
                          Exception exception)
Parameters:
name - the name of the server that was been binded
exception - the exception produced in the binding

All Packages  Class Hierarchy  This Package  Previous  Next  Index