Class LicenseEntryException

    • Constructor Detail

      • LicenseEntryException

        public LicenseEntryException​(Exception e)

        Constructor for LicenseEntryException.

        Parameters:
        e - a Exception object.
      • LicenseEntryException

        public LicenseEntryException​(String s)

        Constructor for LicenseEntryException.

        Parameters:
        s - a String object.
      • LicenseEntryException

        public LicenseEntryException​(String s,
                                     Exception e)

        Constructor for LicenseEntryException.

        Parameters:
        s - a String object.
        e - a Exception object.