Package org.gridgain.internal.license
Class MissingRequiredFeaturesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.lang.IgniteInternalException
org.gridgain.internal.license.MissingRequiredFeaturesException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class MissingRequiredFeaturesException
extends org.apache.ignite.internal.lang.IgniteInternalException
This exception is thrown when a license does not contain the required features.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingRequiredFeaturesException(String message) Constructor.MissingRequiredFeaturesException(Set<LicenseFeature> features) Constructor. -
Method Summary
Methods inherited from class org.apache.ignite.internal.lang.IgniteInternalException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MissingRequiredFeaturesException
Constructor.- Parameters:
features- missing features.
-
MissingRequiredFeaturesException
Constructor.- Parameters:
message- Error message.
-
-
Method Details
-
message
-