net.sourceforge.jasa.market
Class DataUnavailableException

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.DataUnavailableException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ShoutsNotVisibleException

public class DataUnavailableException
extends AuctionException

This is exception is thrown when requesting data from an market that is not available due to the way that the market is configured.

See Also:
Serialized Form
 

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

DataUnavailableException

public DataUnavailableException(java.lang.String message)

DataUnavailableException

public DataUnavailableException()