org.objectweb.dream.queue
Class KeyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dream.PullException
org.objectweb.dream.queue.KeyNotFoundException
- All Implemented Interfaces:
- Serializable
- public class KeyNotFoundException
- extends PullException
Exception thrown when a key based Push/Pull queue cannot find the requested
key, and the "message not found" policy is set to
PushPullKeyQueueAttributeController.EXCEPTION_MESSAGE_NOT_FOUND_POLICY
.
- See Also:
- Serialized Form
key
protected Object key
KeyNotFoundException
public KeyNotFoundException(Object key)
- Default constructor.
- Parameters:
key
- the key that can't be found.
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.