tangocard.sdk.common
Class TangoCardSdkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tangocard.sdk.common.TangoCardSdkException
All Implemented Interfaces:
java.io.Serializable

public class TangoCardSdkException
extends java.lang.Exception

TangoCardSdkException is thrown when the Tango Card SDK has detected an error within its code, regardless of any given Request.

See Also:
Serialized Form

Constructor Summary
TangoCardSdkException()
          Instantiates a new Tango Card sdk exception.
TangoCardSdkException(java.lang.String message)
          Instantiates a new Tango Card sdk exception.
TangoCardSdkException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new Tango Card sdk exception.
TangoCardSdkException(java.lang.Throwable cause)
          Instantiates a new Tango Card sdk exception.
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TangoCardSdkException

public TangoCardSdkException()
Instantiates a new Tango Card sdk exception.


TangoCardSdkException

public TangoCardSdkException(java.lang.String message)
Instantiates a new Tango Card sdk exception.

Parameters:
message - the message

TangoCardSdkException

public TangoCardSdkException(java.lang.Throwable cause)
Instantiates a new Tango Card sdk exception.

Parameters:
cause - the cause

TangoCardSdkException

public TangoCardSdkException(java.lang.String message,
                             java.lang.Throwable cause)
Instantiates a new Tango Card sdk exception.

Parameters:
message - the message
cause - the cause
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable