Package com.wombat.mamda.orderbook
Class MamdaOrderBookException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wombat.mamda.orderbook.MamdaOrderBookException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MamdaOrderBookDuplicateEntryException
,MamdaOrderBookInvalidEntryException
,MamdaOrderBookMissingEntryException
public class MamdaOrderBookException extends java.lang.RuntimeException
MamdaOrderBookException gets thrown when there is an inconsistency in the order book. This may be due to various reasons, including: the feed sending inconsistent data, undetected missed data , the program manipulating the order book independently of the MamdaOrderBookListener.- See Also:
- Serialized Form