com.oanda.fxtrade.api
Class SessionDisconnectedException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SessionInvalidException

public class SessionDisconnectedException
extends SessionException

A SessionDisconnectedException is thrown if the tcp/ssl connection is interrupted.

See Also:
Serialized Form

Constructor Summary
SessionDisconnectedException()
           
SessionDisconnectedException(java.lang.Exception cause)
           
SessionDisconnectedException(java.lang.String s)
           
SessionDisconnectedException(java.lang.String message, 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

SessionDisconnectedException

public SessionDisconnectedException()

SessionDisconnectedException

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

SessionDisconnectedException

public SessionDisconnectedException(java.lang.String message,
                                    java.lang.Exception cause)

SessionDisconnectedException

public SessionDisconnectedException(java.lang.Exception cause)


Copyright © 2005 OANDA Corporation. All Rights Reserved.