com.evanmclean.evlib.io
Class OverrunIOException

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

public class OverrunIOException
extends IOException

May be thrown by a BoundedOutputStream during a write operation if the total number of bytes written exceeds the limit.

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

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

OverrunIOException

public OverrunIOException()

OverrunIOException

public OverrunIOException(String msg)