public class CouponCodeGenerationException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_MAXIMUM_COUPON_CODES_GENERATED
indicates that a coupon code could not be generated because the maximum number of allowed coupon codes has been
exceeded.
|
| Constructor and Description |
|---|
CouponCodeGenerationException(String message) |
CouponCodeGenerationException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
void |
setErrorCode(int errorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int ERROR_MAXIMUM_COUPON_CODES_GENERATED
public CouponCodeGenerationException(String message)
Copyright © 2017 SAP SE. All Rights Reserved.