com.oanda.fxtrade.api
Class OAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oanda.fxtrade.api.OAException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedException, AccountException, InterruptedOAException, InvalidPasswordException, InvalidUserException, MaintenanceModeException, MFANotConfiguredException, MFAOtpRateCapException, MultiFactorAuthenticationException, OrderException, RateTableException, SessionException, UserException, UserLockedException

public class OAException
extends java.lang.Exception

OAException is the base exception class. All exceptions thrown by the API will be of this type.

See Also:
Serialized Form

Constructor Summary
OAException()
           
OAException(java.lang.String message)
           
OAException(java.lang.String message, java.lang.Throwable cause)
           
OAException(java.lang.Throwable 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

OAException

public OAException()

OAException

public OAException(java.lang.String message)

OAException

public OAException(java.lang.String message,
                   java.lang.Throwable cause)

OAException

public OAException(java.lang.Throwable cause)


Copyright © 2005 OANDA Corporation. All Rights Reserved.