Class LicenseException

All Implemented Interfaces:
Serializable

public class LicenseException extends RuntimeException
Exception thrown when there are problems with the license file
See Also:
  • Field Details

  • Constructor Details

    • LicenseException

      public LicenseException(String message, int reason)
  • Method Details

    • setReason

      public void setReason(int reason)
    • getReason

      public int getReason()