public class LicenseValidationException extends LicenseManagementException
| Constructor and Description |
|---|
LicenseValidationException(Message msg)
Constructs a license validation exception with the given
internationalized message.
|
LicenseValidationException(String msg)
Constructs a license validation exception with the given localized
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
boolean |
isConsideredConfidential()
Returns
true if this exception is considered confidential and
should not be shared with users. |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LicenseValidationException(Message msg)
msg - the internationalized message.public LicenseValidationException(String msg)
msg - the localized message.public String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class Throwablepublic boolean isConsideredConfidential()
true if this exception is considered confidential and
should not be shared with users.
The implementation in the class LicenseValidationException
returns false.
isConsideredConfidential in class LicenseManagementExceptionCopyright © 2005–2017 Schlichtherle IT Services. All rights reserved.