com.programix.io
Class WaitInterruptStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
com.programix.io.WaitInterruptStreamException
- All Implemented Interfaces:
- Serializable
public class WaitInterruptStreamException
- extends InterruptedIOException
Thrown to indicate that the thread waiting on an I/O condition was
interrupted while waiting. During construction, the calling thread
has its interrupted status set to true again (meaning that if, down the
road, the calling thread bumps into a wait or sleep,
it will immediately throw an InterruptedException.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WaitInterruptStreamException
public WaitInterruptStreamException(InterruptedException cause)
WaitInterruptStreamException
public WaitInterruptStreamException()
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.