|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.rimlib.blackberry.api.paymentsdk.PaymentException
net.rimlib.blackberry.api.paymentsdk.IllegalApplicationException
public final class IllegalApplicationException
Thrown by the PaymentEngine when the invoking application was not installed
on the BlackBerry device using BlackBerry App World.
| Field Summary |
|---|
| Fields inherited from interface net.rimlib.blackberry.api.paymentsdk.ResultCodes |
|---|
REASON_APP_WORLD_NOT_CORRECT_VERSION, REASON_ARGUMENTS_ERROR, REASON_CANCELED, REASON_GOOD_NOT_FOUND, REASON_ILLEGAL_APPLICATION, REASON_NONE, REASON_SERVER_ERROR, REASON_UNKNOWN |
| Constructor Summary | |
|---|---|
IllegalApplicationException(java.lang.String message)
Creates an exception with the given detail message. |
|
IllegalApplicationException(java.lang.String message,
Invocation invocation)
Creates an exception with the given detail message. |
|
| Method Summary |
|---|
| Methods inherited from class net.rimlib.blackberry.api.paymentsdk.PaymentException |
|---|
getFailureInvocation, getFailureReason |
| 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 IllegalApplicationException(java.lang.String message)
message - The detail message.
public IllegalApplicationException(java.lang.String message,
Invocation invocation)
message - The detail message.invocation - The failed invocation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||