Class LicensingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LicensingException
    extends CacheException
    implements java.io.Serializable
    LicensingException is thrown when Either license has expired or some error occurred during the validation of license.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LicensingException()
      Default constructor
      LicensingException​(int errorCode, java.lang.String reason, java.lang.String stackTrace)
      overloaded constructor.
      LicensingException​(java.lang.String s)
      Overloaded constructor, takes the reason as parameter.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • LicensingException

        public LicensingException()
        Default constructor
      • LicensingException

        public LicensingException​(java.lang.String s)
        Overloaded constructor, takes the reason as parameter.
        Parameters:
        s - reason of exception
      • LicensingException

        public LicensingException​(int errorCode,
                                  java.lang.String reason,
                                  java.lang.String stackTrace)
        overloaded constructor.
        Parameters:
        errorCode - assigned errorCode
        reason - the detail message.
        stackTrace - stackTrace