com.xfactorstudio.ahawasi.exceptions
Class BufferOverflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.xfactorstudio.ahawasi.exceptions.BufferOverflowException
All Implemented Interfaces:
java.io.Serializable

public class BufferOverflowException
extends java.lang.Exception

BufferOverflowException - is there any thing more to explain?

See Also:
Serialized Form

Constructor Summary
BufferOverflowException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOverflowException

public BufferOverflowException(java.lang.String message)