public class CouponCodeGenerationException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ERROR_CODE
default error code to be used in deprecated constructors
|
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(java.lang.String message,
int errorCode) |
CouponCodeGenerationException(java.lang.String message,
int errorCode,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
public static final int DEFAULT_ERROR_CODE
public static final int ERROR_MAXIMUM_COUPON_CODES_GENERATED
Copyright © 2018 SAP SE. All Rights Reserved.