|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.lib.exception.FeatureNotLicensedException
public class FeatureNotLicensedException
Constructor Summary | |
---|---|
FeatureNotLicensedException()
Create an instance of the exception |
|
FeatureNotLicensedException(String message)
Create an instance of the exception with a message |
|
FeatureNotLicensedException(String message,
String messageKey)
Create an instance with message and localized message |
|
FeatureNotLicensedException(String message,
String messageKey,
List<String> parameters)
Create an instance with message, message key for localized message and parameters |
|
FeatureNotLicensedException(String message,
String messageKey,
String parameter)
Create an instance with message and localized message |
|
FeatureNotLicensedException(String message,
Throwable cause)
Create an instance with message and cause |
|
FeatureNotLicensedException(Throwable cause)
Create an instance with cause |
Method Summary |
---|
Methods inherited from class com.gentics.api.lib.exception.NodeException |
---|
getLocalizedMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureNotLicensedException()
public FeatureNotLicensedException(String message, String messageKey, List<String> parameters)
message
- internal messagemessageKey
- localized message keyparameters
- parameters for the localized messagepublic FeatureNotLicensedException(String message, String messageKey, String parameter)
message
- internal messagemessageKey
- localized message keyparameter
- parameter for the localized messagepublic FeatureNotLicensedException(String message, String messageKey)
message
- internal messagemessageKey
- localized message keypublic FeatureNotLicensedException(String message, Throwable cause)
message
- internal messagecause
- causepublic FeatureNotLicensedException(Throwable cause)
cause
- causepublic FeatureNotLicensedException(String message)
nessage
- message of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |