Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.io.buffers
Class BufferOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jboss.errai.bus.server.io.buffers.BufferOverflowException
All Implemented Interfaces:
Serializable

public class BufferOverflowException
extends IOException

Author:
Mike Brock
See Also:
Serialized Form

Constructor Summary
BufferOverflowException()
           
BufferOverflowException(String message)
           
BufferOverflowException(String message, Throwable cause)
           
BufferOverflowException(Throwable cause)
           
 
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

BufferOverflowException

public BufferOverflowException()

BufferOverflowException

public BufferOverflowException(String message)

BufferOverflowException

public BufferOverflowException(String message,
                               Throwable cause)

BufferOverflowException

public BufferOverflowException(Throwable cause)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.