nu.dll.lyskom
Class KomProtocolException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--nu.dll.lyskom.KomProtocolException
- All Implemented Interfaces:
- java.io.Serializable
- public class KomProtocolException
- extends java.lang.RuntimeException
Exception that will be thrown by LatteKOM methods that do server I/O
and encounters data that it can't understand, or it seems that the
server can't understand what we're telling it. Might contain a nested
exception.
- See Also:
getException()
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KomProtocolException
public KomProtocolException(java.lang.String s,
java.lang.Exception e)
KomProtocolException
public KomProtocolException(java.lang.Exception e)
KomProtocolException
public KomProtocolException(java.lang.String s)
getException
public java.lang.Exception getException()