com.dotmarketing.cms.creditcard.model.authorize
Class AuthorizeCreditCardProcessorException

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.authorize.AuthorizeCreditCardProcessorException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizeCreditCardProcessorException
extends CreditCardProcessorException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.cms.creditcard.model.CreditCardProcessorException
COMMUNICATION_ERROR, DATA_MISSING
 
Constructor Summary
AuthorizeCreditCardProcessorException(java.lang.String message)
           
AuthorizeCreditCardProcessorException(java.lang.String message, java.lang.Throwable ex)
           
 
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

AuthorizeCreditCardProcessorException

public AuthorizeCreditCardProcessorException(java.lang.String message,
                                             java.lang.Throwable ex)

AuthorizeCreditCardProcessorException

public AuthorizeCreditCardProcessorException(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.