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

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

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

InvalidUpdateSequenceEx

public InvalidUpdateSequenceEx(java.lang.String value)

InvalidUpdateSequenceEx

public InvalidUpdateSequenceEx(java.lang.String value,
                               CatalogException prev)