|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.mid.innovator.util.InoNlsException
de.mid.innovator.net.InoNetException
public class InoNetException
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.
| Constructor Summary | |
|---|---|
InoNetException(InoNlsException e)
|
|
InoNetException(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, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InoNetException(InoNlsException e)
public InoNetException(Package pkg,
String key,
Object... args)
public InoNetException(String key,
Object... args)
public InoNetException(Throwable cause,
String key,
Object... args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||