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
-
CommException()
- This constructor is used for a general Communication Exception
-
CommException(Exception)
- This constructor is used to create a communication exception produced by
a not virtual net exception
-
CommException(Object)
- This constructor is used when the server has been unbinded
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)
CommException
public CommException()
- This constructor is used for a general Communication Exception
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