Package de.mid.innovator.net
Class InoNetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.mid.innovator.util.InoNlsException
de.mid.innovator.net.InoNetException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LicSrvErrorException
A network communication exception which
InoNet
uses to indicate any problems during data transmission. The exception to this
is NLS enabled and can be used to give detailed error information.- Author:
- borschet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInoNetException(Package pkg, String key, Object... args) InoNetException(String key, Object... args) InoNetException(Throwable cause, String key, Object... args) -
Method Summary
Methods inherited from class de.mid.innovator.util.InoNlsException
getKey, getLocalizedMessage, getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InoNetException
-
InoNetException
-
InoNetException
-
InoNetException
-
InoNetException
-