All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.CommException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----vnet.VirtualNetException
                           |
                           +----vnet.CommException

public class CommException
extends VirtualNetException
Class exception for communication exceptions

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

Constructor Index

 o CommException()
This constructor is used for a general Communication Exception
 o CommException(Exception)
This constructor is used to create a communication exception produced by a not virtual net exception
 o CommException(Object)
This constructor is used when the server has been unbinded

Constructors

 o CommException
 public CommException(Object Server)
This constructor is used when the server has been unbinded

Parameters:
Server - the server unbinded (it is not used inside the constructor)
 o CommException
 public CommException()
This constructor is used for a general Communication Exception

 o CommException
 public CommException(Exception ex)
This constructor is used to create a communication exception produced by a not virtual net exception


All Packages  Class Hierarchy  This Package  Previous  Next  Index