Package de.mid.innovator.srv
Class LicSrvErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.mid.innovator.util.InoNlsException
-
- de.mid.innovator.net.InoNetException
-
- de.mid.innovator.srv.LicSrvErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicSrvErrorException extends InoNetException
An exception that will be thrown whenever a request to theLicenseServer
fails.- Author:
- borschet
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LicSrvErrorException.LicSrvStatusValues
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LicSrvErrorException
CreateLicenseError(int status1, java.lang.String host, int port)
-
Methods inherited from class de.mid.innovator.util.InoNlsException
getKey, getLocalizedMessage, getLocalizedMessage, getMessage
-
-
-
-
Method Detail
-
CreateLicenseError
public static LicSrvErrorException CreateLicenseError(int status1, java.lang.String host, int port)
-
-