net.commerce.zocalo.market
Class IncompatibleOrderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.commerce.zocalo.market.IncompatibleOrderException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleOrderException
extends java.lang.Exception

An Exception that is generated when we try to create an order that should be immediately accepted because it would cause the total offer for all positions to exceed their par value.

See Also:
Serialized Form

Constructor Summary
IncompatibleOrderException(java.lang.String errorMsg)
           
 
Method Summary
 
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

IncompatibleOrderException

public IncompatibleOrderException(java.lang.String errorMsg)