pl.trammer.ludwik.ludproxy
Class LudInputStream.OutputStreamClosed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by pl.trammer.ludwik.ludproxy.LudInputStream.OutputStreamClosed
All Implemented Interfaces:
Serializable
Enclosing class:
LudInputStream

public class LudInputStream.OutputStreamClosed
extends IOException

Wyjątek informujący o tym, że strumień wyjściowy był zamknięty gdy chcieliśmy wysłać przez niego odpowiedź.

Author:
Ludwik Trammer
See Also:
Serialized Form

Constructor Summary
LudInputStream.OutputStreamClosed()
           
LudInputStream.OutputStreamClosed(String msg)
           
 
Method Summary
 
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

LudInputStream.OutputStreamClosed

public LudInputStream.OutputStreamClosed(String msg)

LudInputStream.OutputStreamClosed

public LudInputStream.OutputStreamClosed()