public class SaLicenseNotAllowedException extends SaAuthenticationException
| Constructor and Description |
|---|
SaLicenseNotAllowedException(String message,
int licenseType)
Constructor.
|
SaLicenseNotAllowedException(String message,
Throwable cause,
int licenseType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLicenseType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SaLicenseNotAllowedException(String message, int licenseType)
message - the error message that describes this exceptionlicenseType - the type of license that was used in the failed logon-attemptpublic SaLicenseNotAllowedException(String message, Throwable cause, int licenseType)
message - the error message that describes this exceptioncause - the exception that caused this exceptionlicenseType - the type of license that was used in the failed logon-attemptCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.