Uses of Class
com.oanda.fxtrade.api.SessionException

Uses of SessionException in com.oanda.fxtrade.api
 

Subclasses of SessionException in com.oanda.fxtrade.api
 class MinVersionException
           
 class SessionDisconnectedException
          A SessionDisconnectedException is thrown if the tcp/ssl connection is interrupted.
 class SessionErrorException
          A SessionErrorException is thrown if an unknown error occurs.
 class SessionInvalidException
          A SessionInvalidException is thrown if open SSO token is invalid or has expired.
 class SessionTimeoutException
          A SessionTimeoutException is thrown if server communication exceeds the timeout threshold.
 

Methods in com.oanda.fxtrade.api that throw SessionException
 User FXClient.getUser()
          Returns the User object currently connected to the OANDA server
 void FXClient.login(java.lang.String username, java.lang.String password)
          Attempts to establish a connection to OANDA's servers.
 void FXClient.login(java.lang.String username, java.lang.String password, java.lang.String reason)
          Attempts to establish a connection to OANDA's servers.
 void FXClient.login(java.lang.String username, java.lang.String password, java.lang.String sessionKey, java.lang.String reason, java.lang.String partnerName)
          Attempts to establish a connection to OANDA's servers.
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.