net.commerce.zocalo.market
Class DuplicateOrderException

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

public class DuplicateOrderException
extends java.lang.Exception

An Exception that is generated when someone tries to enter an order that would be indistinguishable from an existing order based on (owner, price, claim).

See Also:
Serialized Form

Constructor Summary
DuplicateOrderException(Order order)
           
 
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

DuplicateOrderException

public DuplicateOrderException(Order order)