net.officefloor.plugin.stream
Class NoBufferStreamContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.officefloor.plugin.stream.NoBufferStreamContentException
- All Implemented Interfaces:
- Serializable
public class NoBufferStreamContentException
- extends IOException
Thrown by the InputStream on attempting a blocking read with no
content in the BufferStream. This is to make the InputStream
non-blocking.
- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoBufferStreamContentException
public NoBufferStreamContentException()
Copyright © 2005-2011. All Rights Reserved.