public class LicenseException extends PipelinedComparatorS9Exception
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and setRedistributionLicenseContent() methods.
A nested cause will describe the precise failure, and will be a LicenseException or one of its
subtypes:
| Error code | Exception class |
|---|---|
| 6 | LicenseExpiredException |
| 7 | NodeCapacityExceededException |
| 8 | NoLicenseInstalledException |
| 9 | LicenseContentException |
| 11 | CPUCountException |
| 12 | LicenseSecurityException |
| 13 | LicenseNotYetValidException |
| 14 | InvalidLicenseException |
| Constructor and Description |
|---|
LicenseException(java.lang.String message,
java.lang.Throwable t)
Creates a new LicenseException.
|
getCause, getThrowablepublic LicenseException(java.lang.String message,
java.lang.Throwable t)
message - The exception message Stringt - A nested throwable should it have lead to or caused this exceptionCopyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.