net.sourceforge.jasa.market
Class IllegalOrderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jasa.market.AuctionException
              extended by net.sourceforge.jasa.market.IllegalOrderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateShoutException, NotAnImprovementOverQuoteException

public class IllegalOrderException
extends AuctionException

This exception is thrown by auctioneers when a shout placed in an market is illegal under the rules of the market.

See Also:
Serialized Form
 

Constructor Summary
IllegalOrderException()
           
IllegalOrderException(java.lang.String message)
           
 
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

IllegalOrderException

public IllegalOrderException(java.lang.String message)

IllegalOrderException

public IllegalOrderException()