tapestry.api
Class TapestryLocateReject

java.lang.Object
  |
  +--tapestry.api.TapestryLocateReject
All Implemented Interfaces:
QueueElementIF

public class TapestryLocateReject
extends Object
implements QueueElementIF


Field Summary
 TapestryLocateMsg msg
          The incorrectly delivered message.
 
Constructor Summary
TapestryLocateReject(TapestryLocateMsg msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

public TapestryLocateMsg msg
The incorrectly delivered message.

Constructor Detail

TapestryLocateReject

public TapestryLocateReject(TapestryLocateMsg msg)