TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class AsynReplyNotArrived

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.AsynReplyNotArrived
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public class AsynReplyNotArrived
extends DevFailed
implements java.io.Serializable

Class Description:
Exception thrown in case of asynchronous call reply did not arrived.
Can be instancied by Except. method.

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

Field Summary
 
Fields inherited from class fr.esrf.Tango.DevFailed
errors
 
Constructor Summary
AsynReplyNotArrived(DevError[] errors)
          Exception constructor.
Can be instancied by Except.throw_asyn_reply_not_arrived method.
 
Method Summary
 java.lang.String getStack()
          Return full exception.
 java.lang.String toString()
          Return exception name.
 
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

AsynReplyNotArrived

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

See Also:
Except
Method Detail

toString

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

Overrides:
toString in class java.lang.Throwable

getStack

public java.lang.String getStack()
Return full exception.


TANGO Java API
( TangORB-7.3.3.jar)