com.dotmarketing.cms.creditcard.model.linkpoint
Class LinkPointCreditCardProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dotmarketing.cms.creditcard.model.CreditCardProcessorException
              extended by com.dotmarketing.cms.creditcard.model.linkpoint.LinkPointCreditCardProcessorException
All Implemented Interfaces:
java.io.Serializable

public class LinkPointCreditCardProcessorException
extends CreditCardProcessorException

This class is used by the CreditCardProcessor to anounce data and comunication errors in a credit card process.

Author:
David
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.cms.creditcard.model.CreditCardProcessorException
COMMUNICATION_ERROR, DATA_MISSING
 
Constructor Summary
LinkPointCreditCardProcessorException(int code, java.lang.String message)
           
 
Method Summary
 int getCode()
           
 void setCode(int code)
           
 
Methods inherited from class com.dotmarketing.cms.creditcard.model.CreditCardProcessorException
getGatewayMessage, setGatewayMessage
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkPointCreditCardProcessorException

public LinkPointCreditCardProcessorException(int code,
                                             java.lang.String message)
Method Detail

getCode

public int getCode()
Specified by:
getCode in class CreditCardProcessorException

setCode

public void setCode(int code)
Specified by:
setCode in class CreditCardProcessorException


Copyright © 2010 dotCMS Inc. All Rights Reserved.