KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > NO_RESPONSE

org.omg.CORBA
Class NO_RESPONSE

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.omg.CORBA.SystemException
                  extended by org.omg.CORBA.NO_RESPONSE
All Implemented Interfaces:
Serializable
See Also:
Source Code

public NO_RESPONSE()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NO_RESPONSE(int minor,
                   CompletionStatus completed)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NO_RESPONSE(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NO_RESPONSE(String s,
                   int minor,
                   CompletionStatus completed)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags