Class LicenseException

  • All Implemented Interfaces:
    Serializable

    public class LicenseException
    extends Exception

    LicenseException is thrown to indicate a problem with a license that is not due to a communication error (for example, a bad signature).

    See Also:
    Serialized Form
    • Constructor Detail

      • LicenseException

        public LicenseException​(String reason)
      • LicenseException

        public LicenseException​(String reason,
                                Throwable cause)