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 theLicenseServerfails.- Author:
- borschet
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLicSrvErrorException.LicSrvStatusValues
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static LicSrvErrorExceptionCreateLicenseError(int status1, java.lang.String host, int port)- 
Methods inherited from class de.mid.innovator.util.InoNlsExceptiongetKey, getLocalizedMessage, getLocalizedMessage, getMessage
 
- 
 
- 
- 
- 
Method Detail- 
CreateLicenseErrorpublic static LicSrvErrorException CreateLicenseError(int status1, java.lang.String host, int port) 
 
- 
 
-