Class LicSrvErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LicSrvErrorException
    extends InoNetException
    An exception that will be thrown whenever a request to the LicenseServer fails.
    Author:
    borschet
    See Also:
    Serialized Form
    • Method Detail

      • CreateLicenseError

        public static LicSrvErrorException CreateLicenseError​(int status1,
                                                              java.lang.String host,
                                                              int port)