com.toshiba.tgcsapi
Class TGCSMPOSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.toshiba.tgcsapi.TGCSMPOSException
All Implemented Interfaces:
java.io.Serializable

public class TGCSMPOSException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TGCSMPOSException(int errorCode, int errorCodeExtended, java.lang.String detailMessage)
          Constructor
 
Method Summary
 int getErrorCode()
           
 int getErrorCodeExtended()
           
 
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

TGCSMPOSException

public TGCSMPOSException(int errorCode,
                         int errorCodeExtended,
                         java.lang.String detailMessage)
Constructor

Parameters:
errorCode -
errorCodeExtended -
detailMessage -
Method Detail

getErrorCode

public int getErrorCode()
Returns:
ErrorCode

getErrorCodeExtended

public int getErrorCodeExtended()
Returns:
ErrorCodeExtended