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

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

public class MissingParameterValueEx
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
MissingParameterValueEx(java.lang.String name)
           
MissingParameterValueEx(java.lang.String name, 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

MissingParameterValueEx

public MissingParameterValueEx(java.lang.String name)

MissingParameterValueEx

public MissingParameterValueEx(java.lang.String name,
                               CatalogException prev)