org.objectweb.dream.queue
Class BufferOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.PushException
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 overflow policy is exception
- See Also:
PushQueueAttributeController
,
Serialized Form
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.