All Packages Class Hierarchy This Package Previous Next Index
Class vnet.local.ClassVNetException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----vnet.VirtualNetException
|
+----vnet.local.ClassVNetException
- public class ClassVNetException
- extends VirtualNetException
Class to deal with exception on the VirtualNet stub class.
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
- See Also:
- VirtualNetException
-
ClassVNetException(String)
- This constructor is used when the VNet Stub class is not valid
-
ClassVNetException(String, Exception)
- This constructor is used when an exception is produced while loading
the VNet Stub class.
ClassVNetException
public ClassVNetException(String className,
Exception exception)
- This constructor is used when an exception is produced while loading
the VNet Stub class.
- Parameters:
- className - the name of the class to load
- exception - the exception produced during the load
ClassVNetException
public ClassVNetException(String className)
- This constructor is used when the VNet Stub class is not valid
- Parameters:
- className - the name of the stub class loaded
All Packages Class Hierarchy This Package Previous Next Index