LicenseException

public class LicenseException extends 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 LicenseException wrapping an existing exception. The existing exception will be embedded in the new one, and its message will become the default message for the LicenseException.

Parameters:
  • e – The exception to be wrapped in a LicenseException.