|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.dotmarketing.cms.creditcard.model.CreditCardProcessorException
com.dotmarketing.cms.creditcard.model.linkpoint.LinkPointCreditCardProcessorException
public class LinkPointCreditCardProcessorException
This class is used by the CreditCardProcessor to anounce data and comunication errors in a credit card process.
| 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 |
|---|
public LinkPointCreditCardProcessorException(int code,
java.lang.String message)
| Method Detail |
|---|
public int getCode()
getCode in class CreditCardProcessorExceptionpublic void setCode(int code)
setCode in class CreditCardProcessorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||