public class KitRedeemException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
KitRedeemException.Cooldown |
static class |
KitRedeemException.PreCancelled |
static class |
KitRedeemException.Reason |
| Constructor and Description |
|---|
KitRedeemException(String message,
KitRedeemException.Reason reason) |
| Modifier and Type | Method and Description |
|---|---|
KitRedeemException.Reason |
getReason()
The reason supplied by the redeeming system.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KitRedeemException(String message, KitRedeemException.Reason reason)
public KitRedeemException.Reason getReason()