Class LicenseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LicenseException
    extends java.lang.RuntimeException
    Exception thrown when there are problems with the license file
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseException​(java.lang.String message, int reason)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getReason()  
      void setReason​(int reason)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LicenseException

        public LicenseException​(java.lang.String message,
                                int reason)
    • Method Detail

      • setReason

        public void setReason​(int reason)
      • getReason

        public int getReason()