org.fao.geonet.csw.common.exceptions
Class VersionNegotiationFailedEx

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fao.geonet.csw.common.exceptions.CatalogException
              extended by org.fao.geonet.csw.common.exceptions.VersionNegotiationFailedEx
All Implemented Interfaces:
java.io.Serializable

public class VersionNegotiationFailedEx
extends CatalogException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fao.geonet.csw.common.exceptions.CatalogException
INVALID_PARAMETER_VALUE, INVALID_UPDATE_SEQUENCE, MISSING_PARAMETER_VALUE, NO_APPLICABLE_CODE, OPERATION_NOT_SUPPORTED, VERSION_NEGOTIATION_FAILED
 
Constructor Summary
VersionNegotiationFailedEx(java.lang.String versions)
           
VersionNegotiationFailedEx(java.lang.String versions, CatalogException prev)
           
 
Method Summary
 
Methods inherited from class org.fao.geonet.csw.common.exceptions.CatalogException
getCode, getLocator, 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

VersionNegotiationFailedEx

public VersionNegotiationFailedEx(java.lang.String versions)

VersionNegotiationFailedEx

public VersionNegotiationFailedEx(java.lang.String versions,
                                  CatalogException prev)