org.fao.oaipmh.exceptions
Class BadResumptionTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fao.oaipmh.exceptions.OaiPmhException
              extended by org.fao.oaipmh.exceptions.BadResumptionTokenException
All Implemented Interfaces:
java.io.Serializable

public class BadResumptionTokenException
extends OaiPmhException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fao.oaipmh.exceptions.OaiPmhException
BAD_ARGUMENT, BAD_RESUMPTION_TOKEN, BAD_VERB, CANNOT_DISSEMINATE_FORMAT, ID_DOES_NOT_EXIST, NO_METADATA_FORMATS, NO_RECORDS_MATCH, NO_SET_HIERARCHY
 
Constructor Summary
BadResumptionTokenException(java.lang.String message)
           
BadResumptionTokenException(java.lang.String message, org.jdom.Element response)
           
 
Method Summary
 
Methods inherited from class org.fao.oaipmh.exceptions.OaiPmhException
getCode, getResponse, marshal, toString, unmarshal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadResumptionTokenException

public BadResumptionTokenException(java.lang.String message)

BadResumptionTokenException

public BadResumptionTokenException(java.lang.String message,
                                   org.jdom.Element response)