Class horb.orb.NetException
All Packages Class Hierarchy This Package Previous Next Index
Class horb.orb.NetException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----horb.orb.HORBException
|
+----horb.orb.NetException
- public class NetException
- extends HORBException
Signals exception during network operation. This exception will be
throwon, when:
Failure to establish a network connection
Network disconnect
Network error
File I/O error
Other I/O error
-
NetException(Exception)
-
-
NetException(String)
-
NetException
public NetException(String s)
NetException
public NetException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index