com.artima.place
Class StoppedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.artima.place.StoppedException
All Implemented Interfaces:
java.io.Serializable

public class StoppedException
extends java.lang.Exception

This exception will indicate that the retrieval request was stopped because of invocation of the of stopRetrieval() method.

See Also:
Serialized Form

Constructor Summary
StoppedException()
           
StoppedException(java.lang.String mes)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoppedException

public StoppedException(java.lang.String mes)

StoppedException

public StoppedException()