tangocard.sdk.response.failure
Class FailureResponse

java.lang.Object
  extended by tangocard.sdk.response.failure.FailureResponse
All Implemented Interfaces:
BaseResponse
Direct Known Subclasses:
InsufficientFundsResponse, InsufficientInventoryResponse, InvalidCredentialsResponse, InvalidInputResponse, SystemErrorResponse

public abstract class FailureResponse
extends java.lang.Object
implements BaseResponse

The Class FailureResponse.


Constructor Summary
FailureResponse()
           
 
Method Summary
abstract  java.lang.String getMessage()
          Gets the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tangocard.sdk.response.BaseResponse
parseResponseJSON
 

Constructor Detail

FailureResponse

public FailureResponse()
Method Detail

getMessage

public abstract java.lang.String getMessage()
                                     throws TangoCardSdkException
Gets the message.

Returns:
the message
Throws:
TangoCardSdkException