org.objectweb.dream.queue
Class BufferOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.PushException
              extended byorg.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 overflow policy is exception

See Also:
PushQueueAttributeController, Serialized Form

Constructor Summary
BufferOverflowException()
           
BufferOverflowException(String message)
           
BufferOverflowException(String message, Throwable cause)
           
BufferOverflowException(Throwable cause)
           
 
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, 2004 - INRIA Rhone-Alpes - All Rights Reserved.