cern.cmw
Class LostUpdates

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cern.cmw.CmwException
              extended by cern.cmw.LostUpdates
All Implemented Interfaces:
Serializable

public class LostUpdates
extends CmwException

Exception used to inform subscribed clients about the number of lost updates.

Author:
W.Gajewski (w.gajewski@cern.ch)
See Also:
Serialized Form

Constructor Summary
LostUpdates()
           
LostUpdates(String message, int lostUpdates)
           
 
Method Summary
 int getLostUpdates()
          Return the number of lost updates
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

LostUpdates

public LostUpdates()

LostUpdates

public LostUpdates(String message,
                   int lostUpdates)
Method Detail

getLostUpdates

public int getLostUpdates()
Return the number of lost updates

Returns:
the lostUpdates


Copyright © 2007 CERN. All Rights Reserved.