com.gentics.api.lib.exception
Class FeatureNotLicensedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.lib.exception.NodeException
              extended by com.gentics.api.lib.exception.FeatureNotLicensedException
All Implemented Interfaces:
Serializable

public class FeatureNotLicensedException
extends NodeException

See Also:
Serialized Form

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

FeatureNotLicensedException

public FeatureNotLicensedException()
Create an instance of the exception


FeatureNotLicensedException

public FeatureNotLicensedException(String message,
                                   String messageKey,
                                   List<String> parameters)
Create an instance with message, message key for localized message and parameters

Parameters:
message - internal message
messageKey - localized message key
parameters - parameters for the localized message

FeatureNotLicensedException

public FeatureNotLicensedException(String message,
                                   String messageKey,
                                   String parameter)
Create an instance with message and localized message

Parameters:
message - internal message
messageKey - localized message key
parameter - parameter for the localized message

FeatureNotLicensedException

public FeatureNotLicensedException(String message,
                                   String messageKey)
Create an instance with message and localized message

Parameters:
message - internal message
messageKey - localized message key

FeatureNotLicensedException

public FeatureNotLicensedException(String message,
                                   Throwable cause)
Create an instance with message and cause

Parameters:
message - internal message
cause - cause

FeatureNotLicensedException

public FeatureNotLicensedException(Throwable cause)
Create an instance with cause

Parameters:
cause - cause

FeatureNotLicensedException

public FeatureNotLicensedException(String message)
Create an instance of the exception with a message

Parameters:
nessage - message of the exception


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.