com.evanmclean.evlib.io
Class UnderrunIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.evanmclean.evlib.io.UnderrunIOException
All Implemented Interfaces:
Serializable

public class UnderrunIOException
extends IOException

May be thrown by a BoundedOutputStream during a call to BoundedOutputStream.pad() or BoundedOutputStream.close() if the total number of bytes written is less than the limit.

Author:
Evan McLean McLean Computer Services (see the overview for copyright and licensing.)
See Also:
Serialized Form

Constructor Summary
UnderrunIOException()
           
UnderrunIOException(String msg)
           
 
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

UnderrunIOException

public UnderrunIOException()

UnderrunIOException

public UnderrunIOException(String msg)