public class ProductLicenseException extends IgniteCheckedException
| Constructor and Description |
|---|
ProductLicenseException(org.gridgain.grid.internal.processors.license.LicenseViolationInfoHolder licViolInfoHld)
Creates new license exception with given license violation info.
|
ProductLicenseException(org.gridgain.grid.internal.processors.license.LicenseViolationInfoHolder licViolInfoHld,
@Nullable Throwable cause)
Creates new license exception with given error message and optional nested exception.
|
ProductLicenseException(String msg,
@Nullable String shortMsg)
Creates new license exception with given error message.
|
ProductLicenseException(String msg,
@Nullable String shortMsg,
@Nullable Throwable cause)
Creates new license exception with given error message and optional nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.internal.processors.license.LicenseViolationInfoHolder |
licViolInfoHld() |
String |
shortMessage() |
String |
toString() |
getCause, hasCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ProductLicenseException(String msg, @Nullable @Nullable String shortMsg)
msg - Error message.shortMsg - Short error message presentable to the user. Note it should contain just letter and dot.public ProductLicenseException(String msg, @Nullable @Nullable String shortMsg, @Nullable @Nullable Throwable cause)
msg - Error message.shortMsg - Short error message presentable to the user. Note it should contain just letter and dot.cause - Optional nested exception (can be null).public ProductLicenseException(org.gridgain.grid.internal.processors.license.LicenseViolationInfoHolder licViolInfoHld)
licViolInfoHld - holds the whole information about license violation.public ProductLicenseException(org.gridgain.grid.internal.processors.license.LicenseViolationInfoHolder licViolInfoHld,
@Nullable
@Nullable Throwable cause)
licViolInfoHld - holds the whole information about license violation.cause - Optional nested exception (can be null).public final String shortMessage()
public final org.gridgain.grid.internal.processors.license.LicenseViolationInfoHolder licViolInfoHld()
public String toString()
toString in class IgniteCheckedException
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025