Class LicenseViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.lang.IgniteInternalException
org.gridgain.internal.license.LicenseViolationException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class LicenseViolationException extends org.apache.ignite.internal.lang.IgniteInternalException
This exception is thrown when license violation is detected.
See Also:
  • Constructor Details

    • LicenseViolationException

      public LicenseViolationException(String msg)
    • LicenseViolationException

      public LicenseViolationException(String msg, Throwable cause)