org.objectweb.dream.queue
Class KeyNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.PullException
              extended byorg.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

Field Summary
protected  Object key
           
 
Constructor Summary
KeyNotFoundException(Object key)
          Default constructor.
 
Methods inherited from class org.objectweb.dream.PullException
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
 

Field Detail

key

protected Object key
Constructor Detail

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.