cern.cmw
Class LostUpdates
java.lang.Object
java.lang.Throwable
java.lang.Exception
cern.cmw.CmwException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LostUpdates
public LostUpdates()
LostUpdates
public LostUpdates(String message,
int lostUpdates)
getLostUpdates
public int getLostUpdates()
- Return the number of lost updates
- Returns:
- the lostUpdates
Copyright © 2007 CERN. All Rights Reserved.