de.unkrig.commons.io
Class BlockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.unkrig.commons.io.BlockingException
All Implemented Interfaces:
java.io.Serializable

public class BlockingException
extends java.io.IOException

Indicates that an I/O operation is would block, but the underlying object (e.g. a InputStream) is configured as 'non-blocking'.

See Also:
Serialized Form

Constructor Summary
BlockingException()
           
 
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

BlockingException

public BlockingException()