Public Member Functions

com.cosylab.acs.maci.RemoteTimeoutException Class Reference

Inheritance diagram for com.cosylab.acs.maci.RemoteTimeoutException:
com.cosylab.acs.maci.RemoteException

List of all members.

Public Member Functions

 RemoteTimeoutException ()
 RemoteTimeoutException (String message, Throwable t)
 RemoteTimeoutException (String s)

Detailed Description

Defined specialized RemoteException, this implementation defines an transient remote exception (e.g. CORBA.TRANSIENT()). Remote exception is thrown when a processing of a request fails because of an underlying failure in the remote layer. For example, if some request fails to execute on the remote layer and the remote server returns an error response, that response should be packed into the RemoteException.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@

Constructor & Destructor Documentation

com.cosylab.acs.maci.RemoteTimeoutException.RemoteTimeoutException (  ) 
com.cosylab.acs.maci.RemoteTimeoutException.RemoteTimeoutException ( String  message,
Throwable  t 
)
Parameters:
message 
t 
com.cosylab.acs.maci.RemoteTimeoutException.RemoteTimeoutException ( String  s  ) 
Parameters:
s 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties