net.officefloor.plugin.stream
Class NoBufferStreamContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
NoBufferStreamContentException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoBufferStreamContentException

public NoBufferStreamContentException()


Copyright © 2005-2011. All Rights Reserved.