com.jfx
Class ErrNoConnection

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jfx.ErrNoConnection
All Implemented Interfaces:
java.io.Serializable

public class ErrNoConnection
extends java.lang.Exception

No connection to the trade server. It is necessary to make sure that connection has not been broken (for example, using the IsConnected function) and repeat the attempt after a certain period of time (over 5 seconds)..

See Also:
Serialized Form

Constructor Summary
ErrNoConnection()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrNoConnection

public ErrNoConnection()


Copyright © 2008-2009 Roman Gerasimenko.