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:
java.io.Serializable
- Direct Known Subclasses:
LicSrvErrorException
public class InoNetException extends InoNlsException
A network communication exception whichInoNet
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InoNetException(InoNlsException e)
InoNetException(java.lang.Package pkg, java.lang.String key, java.lang.Object... args)
InoNetException(java.lang.String key, java.lang.Object... args)
InoNetException(java.lang.Throwable cause, java.lang.String key, java.lang.Object... args)
-
Method Summary
-
Methods inherited from class de.mid.innovator.util.InoNlsException
getKey, getLocalizedMessage, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
InoNetException
public InoNetException(java.lang.String key, java.lang.Object... args)
-
InoNetException
public InoNetException(java.lang.Throwable cause, java.lang.String key, java.lang.Object... args)
-
InoNetException
public InoNetException(java.lang.Package pkg, java.lang.String key, java.lang.Object... args)
-
InoNetException
public InoNetException(InoNlsException e)
-
-