org.fao.oaipmh.exceptions
Class NoRecordsMatchException

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.NoRecordsMatchException
All Implemented Interfaces:
java.io.Serializable

public class NoRecordsMatchException
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
NoRecordsMatchException(java.lang.String message)
           
NoRecordsMatchException(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

NoRecordsMatchException

public NoRecordsMatchException(java.lang.String message)

NoRecordsMatchException

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