com.ejie.r01f.io.filters
Class BufferOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.ejie.r01f.io.filters.BufferOverflowException
All Implemented Interfaces:
java.io.Serializable

public class BufferOverflowException
extends java.io.IOException

Excepcion lanzada cuando se llena un buffer

See Also:
Serialized Form

Constructor Summary
BufferOverflowException()
          Create a new Exception
BufferOverflowException(java.lang.String msg)
          Create a new Exception with the given message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOverflowException

public BufferOverflowException()
Create a new Exception


BufferOverflowException

public BufferOverflowException(java.lang.String msg)
Create a new Exception with the given message.

Parameters:
msg - Error message.