org.fao.oaipmh.exceptions
Class CannotDisseminateFormatException

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

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

CannotDisseminateFormatException

public CannotDisseminateFormatException(java.lang.String message)

CannotDisseminateFormatException

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