org.stanwood.media.source
Class NotInStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.stanwood.media.logging.StanwoodException
              extended by org.stanwood.media.source.NotInStoreException
All Implemented Interfaces:
java.io.Serializable

public class NotInStoreException
extends StanwoodException

This is thrown when an attempt is made to retrieve data from a store, but it can't be found in the store.

See Also:
Serialized Form

Constructor Summary
NotInStoreException()
           
 
Method Summary
 
Methods inherited from class org.stanwood.media.logging.StanwoodException
printException
 
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

NotInStoreException

public NotInStoreException()