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

    Constructor Index

     o NetException(Exception)
     o NetException(String)

    Constructors

     o NetException
      public NetException(String s)
    
     o NetException
      public NetException(Exception e)
    

    All Packages  Class Hierarchy  This Package  Previous  Next  Index