org.fao.oaipmh.exceptions
Class NoMetadataFormatsException

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

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

NoMetadataFormatsException

public NoMetadataFormatsException(java.lang.String message)

NoMetadataFormatsException

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