|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.starhope.appius.pay.util.RetryPaymentException
public class RetryPaymentException
| Field Summary | |
|---|---|
private String |
message
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) message (RetryPaymentException) |
private Payment |
p
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) p (RetryPaymentException) |
private Date |
retry
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) retry (RetryPaymentException) |
private static long |
serialVersionUID
|
private String |
title
WRITEME: document this field (brpocock@star-hope.org, Nov 20, 2009) title (RetryPaymentException) |
| Constructor Summary | |
|---|---|
RetryPaymentException(String title1,
String message1,
Payment p1)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
Date |
getRetry()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
String |
getTitle()
|
void |
retry()
|
void |
setRetry(Date retry1)
WRITEME: document this method (brpocock@star-hope.org, Sep 23, 2009) |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final String message
private final Payment p
private Date retry
private final String title
| Constructor Detail |
|---|
public RetryPaymentException(String title1,
String message1,
Payment p1)
title1 - The title of the message to show the usermessage1 - A detailed explanation of the delay in
user-visible termsp1 - The payment object which needs to be retried.| Method Detail |
|---|
public String getMessage()
getMessage in class ThrowableThrowable.getMessage()public Date getRetry()
public String getTitle()
public void retry()
throws UnsupportedCurrencyException,
NotFoundException,
UnsupportedCredentialException,
IOException,
RetryPaymentException,
GameLogicException,
AlreadyUsedException,
DataException
UnsupportedCurrencyException - WRITEME
NotFoundException - WRITEME
UnsupportedCredentialException - WRITEME
IOException - WRITEME
RetryPaymentException - WRITEME
DataException - WRITEME
AlreadyUsedException - WRITEME
GameLogicException - WRITEMEpublic void setRetry(Date retry1)
retry1 - WRITEME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||