TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class CommunicationTimeout

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by fr.esrf.Tango.DevFailed
                  extended by fr.esrf.TangoApi.CommunicationFailed
                      extended by fr.esrf.TangoApi.CommunicationTimeout
All Implemented Interfaces:
ApiDefs, java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public class CommunicationTimeout
extends CommunicationFailed
implements ApiDefs, java.io.Serializable

Class Description:
Exception thrown in case of coommunication failed on timeout.
Can be instancied by Except.throw_communication_timeout method.

Version:
$Revision: 1.9 $
Author:
verdier
See Also:
Except, CommunicationFailed, Serialized Form

Field Summary
 
Fields inherited from class fr.esrf.Tango.DevFailed
errors
 
Fields inherited from interface fr.esrf.TangoApi.ApiDefs
ALL_ASYNCH, ATT_R, ATT_W, CALLBACK, CMD, D_TCP, D_UDP, FROM_ATTR, FROM_CMD, FROM_DBASE, FROM_IOR, LOGGING_DEBUG, LOGGING_ERROR, LOGGING_FATAL, LOGGING_INFO, LOGGING_OFF, LOGGING_WARN, MISC, NO_TIMEOUT, POLLING, protocol_name, PULL_CALLBACK, PUSH_CALLBACK, TACO, TANGO
 
Constructor Summary
CommunicationTimeout(DevError[] errors)
          Exception constructor.
Can be instancied by Except.throw_communication_timeout method.
 
Method Summary
 java.lang.String toString()
          Return exception name.
 
Methods inherited from class fr.esrf.TangoApi.CommunicationFailed
getStack
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommunicationTimeout

public CommunicationTimeout(DevError[] errors)
Exception constructor.
Can be instancied by Except.throw_communication_timeout method.

See Also:
Except
Method Detail

toString

public java.lang.String toString()
Return exception name.

Overrides:
toString in class CommunicationFailed

TANGO Java API
( TangORB-7.3.3.jar)