org.shlublu.javax.io
Class IOStreamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.shlublu.javax.io.IOStreamException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SocketIOStreamException

public class IOStreamException
extends java.io.IOException

Creation : 28 sept 2001

Since:
0.1
See Also:
Serialized Form

Constructor Summary
IOStreamException()
           
IOStreamException(java.lang.String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOStreamException

public IOStreamException()

IOStreamException

public IOStreamException(java.lang.String str)