KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CORBA
Class TIMEOUT

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.TIMEOUT
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


public TIMEOUT(int minorCode,
               CompletionStatus completionStatus)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public TIMEOUT(String detailMessage,
               int minorCode,
               CompletionStatus completionStatus)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags