public class PaySessionException extends Exception
PaySessionBean.| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN |
static int |
UNKNOWN_BILL |
static int |
UNKNOWN_CUSTOMER |
static int |
WRONG_AMOUNT_FOR_BILL |
static int |
WRONG_BILL_FOR_CUSTOMER |
| Constructor and Description |
|---|
PaySessionException(int code) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int UNKNOWN
public static final int UNKNOWN_CUSTOMER
public static final int UNKNOWN_BILL
public static final int WRONG_BILL_FOR_CUSTOMER
public static final int WRONG_AMOUNT_FOR_BILL
Copyright © 2003–2018. All rights reserved.