Class sunw.corba.CommunicationFailureException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunw.corba.CommunicationFailureException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sunw.orb.ORBException
                           |
                           +----sunw.corba.CORBAException
                                   |
                                   +----sunw.corba.SystemException
                                           |
                                           +----sunw.corba.CommunicationFailureException

public class CommunicationFailureException
extends SystemException

Constructor Index

 o CommunicationFailureException()
 o CommunicationFailureException(int, int)

Constructors

 o CommunicationFailureException
  public CommunicationFailureException()
 o CommunicationFailureException
  public CommunicationFailureException(int minor,
                                       int completed)

All Packages  Class Hierarchy  This Package  Previous  Next  Index