com.programix.io
Class ClosedStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.programix.io.ClosedStreamException
- All Implemented Interfaces:
- Serializable
public class ClosedStreamException
- extends IOException
Thrown to indicate that either the stream was closed before the request,
or that the stream was closed while waiting for the request to complete.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
|
Constructor Summary |
ClosedStreamException()
The message of this exception indicates that the stream has
been closed at some time in the past. |
ClosedStreamException(Throwable cause)
Uses the message of the zero-arg constructor, but also chains
the specified exception as the cause of this exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClosedStreamException
public ClosedStreamException()
- The message of this exception indicates that the stream has
been closed at some time in the past.
ClosedStreamException
public ClosedStreamException(Throwable cause)
- Uses the message of the zero-arg constructor, but also chains
the specified exception as the cause of this exception.
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.