edu.cuny.cat.core
Class IllegalShoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.cuny.cat.core.AuctionException
              extended by edu.cuny.cat.core.IllegalShoutException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateShoutException, NotAnImprovementOverQuoteException, NotAnImprovementOverSelfException

public class IllegalShoutException
extends AuctionException

This exception is thrown by auctioneers when a shout placed in an auction is illegal under the rules of the auction, or by the game server when it finds a shout request is invalid, e.g. a bid price higher than the private value.

Version:
$Revision: 1.7 $
Author:
Steve Phelps
See Also:
Serialized Form

Constructor Summary
IllegalShoutException()
           
IllegalShoutException(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

IllegalShoutException

public IllegalShoutException(java.lang.String message)

IllegalShoutException

public IllegalShoutException()