Class LicenseException

All Implemented Interfaces:
Serializable

@PublicAPI public class LicenseException extends RuntimeException
See Also:
  • Constructor Details

    • LicenseException

      public LicenseException(String msg)
      Constructs an instance of LicenseException with the specified detail message.
      Parameters:
      msg - the detail message.
    • LicenseException

      public LicenseException(String product, String env)
  • Method Details

    • getProduct

      public String getProduct()