org.objectweb.dream.queue
Class BufferOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dream.PushException
              extended by org.objectweb.dream.queue.BufferOverflowException
All Implemented Interfaces:
Serializable

public class BufferOverflowException
extends PushException

Exception thrown by queues when the maximum capacity of the queue is raised and the policy is to throw an exception.

See Also:
Serialized Form

Constructor Summary
BufferOverflowException()
           
BufferOverflowException(String message)
           
BufferOverflowException(String message, Throwable cause)
           
BufferOverflowException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.objectweb.dream.PushException
getCause, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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()
See Also:
PushException.PushException()

BufferOverflowException

public BufferOverflowException(String message)
See Also:
PushException.PushException(java.lang.String)

BufferOverflowException

public BufferOverflowException(String message,
                               Throwable cause)
See Also:
PushException.PushException(java.lang.String, java.lang.Throwable)

BufferOverflowException

public BufferOverflowException(Throwable cause)
See Also:
PushException.PushException(java.lang.Throwable)


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.