LicenseException¶
-
public class
LicenseExceptionextends RuntimeException¶ Represent an exception caused by licensing problems
Constructors¶
-
public
LicenseException(String message)¶ Constructs a new
LicenseException.Parameters: - message – The error message.
-
public
LicenseException(Exception e)¶ Constructs a new
LicenseExceptionwrapping an existing exception. The existing exception will be embedded in the new one, and its message will become the default message for theLicenseException.Parameters: - e – The exception to be wrapped in a
LicenseException.
- e – The exception to be wrapped in a