Class EntitlementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.commons.entitlements.exception.EntitlementException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntitlementExceededException
,UnsupportedEntitlementException
Base class for all entitlement related errors.
- Author:
- joseross
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntitlementException
(String message) EntitlementException
(String message, Throwable cause) EntitlementException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntitlementException
public EntitlementException() -
EntitlementException
-
EntitlementException
-
EntitlementException
-