com.oanda.fxtrade.api
Class InvalidOTPException

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.MultiFactorAuthenticationException
                  extended by com.oanda.fxtrade.api.InvalidOTPException
All Implemented Interfaces:
java.io.Serializable

public class InvalidOTPException
extends MultiFactorAuthenticationException

See Also:
Serialized Form

Constructor Summary
InvalidOTPException()
           
InvalidOTPException(java.lang.Exception cause)
           
InvalidOTPException(java.lang.String s)
           
InvalidOTPException(java.lang.String s, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class com.oanda.fxtrade.api.MultiFactorAuthenticationException
isMFAConfigured, isMFAVerified
 
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

InvalidOTPException

public InvalidOTPException()

InvalidOTPException

public InvalidOTPException(java.lang.String s)

InvalidOTPException

public InvalidOTPException(java.lang.Exception cause)

InvalidOTPException

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


Copyright © 2005 OANDA Corporation. All Rights Reserved.