Copyright © Rasmus Sten and contributors, 1997-2004

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

Constructor Summary
KomProtocolException(java.lang.Exception e)
           
KomProtocolException(java.lang.String s)
           
KomProtocolException(java.lang.String s, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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
 

Constructor Detail

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)
Method Detail

getException

public java.lang.Exception getException()

Copyright © Rasmus Sten and contributors, 1997-2004