com.oanda.fxtrade.api
Class SessionInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oanda.fxtrade.api.OAException
              extended by com.oanda.fxtrade.api.SessionException
                  extended by com.oanda.fxtrade.api.SessionDisconnectedException
                      extended by com.oanda.fxtrade.api.SessionInvalidException
All Implemented Interfaces:
java.io.Serializable

public class SessionInvalidException
extends SessionDisconnectedException

A SessionInvalidException is thrown if open SSO token is invalid or has expired.

See Also:
Serialized Form

Constructor Summary
SessionInvalidException()
           
SessionInvalidException(java.lang.Exception cause)
           
SessionInvalidException(java.lang.String s)
           
SessionInvalidException(java.lang.String s, java.lang.Exception cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionInvalidException

public SessionInvalidException()

SessionInvalidException

public SessionInvalidException(java.lang.String s)
Parameters:
s -

SessionInvalidException

public SessionInvalidException(java.lang.Exception cause)

SessionInvalidException

public SessionInvalidException(java.lang.String s,
                               java.lang.Exception cause)


Copyright © 2005 OANDA Corporation. All Rights Reserved.