public class UnsupportedEntitlementException extends EntitlementException
| Modifier and Type | Field and Description |
|---|---|
protected EntitlementType |
entitlementType
The requested entitlement.
|
protected Module |
module
The requested module.
|
| Constructor and Description |
|---|
UnsupportedEntitlementException(Module module,
EntitlementType entitlementType) |
| Modifier and Type | Method and Description |
|---|---|
EntitlementType |
getEntitlementType() |
Module |
getModule() |
void |
setEntitlementType(EntitlementType entitlementType) |
void |
setModule(Module module) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Module module
protected EntitlementType entitlementType
public UnsupportedEntitlementException(Module module, EntitlementType entitlementType)
public Module getModule()
public void setModule(Module module)
public EntitlementType getEntitlementType()
public void setEntitlementType(EntitlementType entitlementType)
Copyright © 2019 CrafterCMS. All rights reserved.