com.oanda.fxtrade.api
Class SessionException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MinVersionException, SessionDisconnectedException, SessionErrorException, SessionTimeoutException

public class SessionException
extends OAException

A SessionException is throw by any object in a session context.

See Also:
Serialized Form

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

SessionException

public SessionException()

SessionException

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

SessionException

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

SessionException

public SessionException(java.lang.Exception cause)


Copyright © 2005 OANDA Corporation. All Rights Reserved.