deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.ogcwebservices.csw
Class CSWExceptionCode

java.lang.Object
  extended by org.deegree.ogcbase.ExceptionCode
      extended by org.deegree.ogcwebservices.csw.CSWExceptionCode

public class CSWExceptionCode
extends ExceptionCode

The CSWExceptionCode class is a simple extension to supply csw/wrs exception codes.

Version:
$Revision:$, $Date:$
Author:
Rutger Bezema, last edited by: $Author:$

Field Summary
static CSWExceptionCode WRS_INVALIDREQUEST
          The request message is either invalid or is not well-formed.
static CSWExceptionCode WRS_NOTFOUND
          The requested resource does not exist or could not be found.
static CSWExceptionCode WRS_NOTIMPLEMENTED
          The (abstract) operation has not been implemented.
static CSWExceptionCode WRS_NOTSUPPORTED
          A service option, feature, or capability is not supported.
static CSWExceptionCode WRS_RECEIVER
          Intended for cases in which an unexpected condition prevented the service from fulfilling the request (this corresponds to an HTTP status code of 5xx).
static CSWExceptionCode WRS_SENDER
          Intended for cases in which the message sender seems to have erred in some manner (this corresponds to an HTTP status code of 4xx).
static CSWExceptionCode WRS_TRANSACTIONFAILED
          The requested transaction could not be completed.
 
Fields inherited from class org.deegree.ogcbase.ExceptionCode
CURRENT_UPDATE_SEQUENCE, INTERNAL_SERVER_ERROR, INVALID_CRS, INVALID_FORMAT, INVALID_POINT, INVALID_SRS, INVALID_UPDATESEQUENCE, INVALIDDIMENSIONVALUE, INVALIDPARAMETERVALUE, LAYER_NOT_DEFINED, LAYER_NOT_QUERYABLE, MISSINGDIMENSIONVALUE, MISSINGPARAMETERVALUE, NOAPPLICABLECODE, OPERATIONNOTSUPPORTED, SOAP_CLIENT, SOAP_MUST_UNDERSTAND, SOAP_SERVER, STYLE_NOT_DEFINED, value, VERSIONNEGOTIATIONFAILED
 
Constructor Summary
CSWExceptionCode(String value)
           
 
Method Summary
 
Methods inherited from class org.deegree.ogcbase.ExceptionCode
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WRS_SENDER

public static final CSWExceptionCode WRS_SENDER
Intended for cases in which the message sender seems to have erred in some manner (this corresponds to an HTTP status code of 4xx).


WRS_RECEIVER

public static final CSWExceptionCode WRS_RECEIVER
Intended for cases in which an unexpected condition prevented the service from fulfilling the request (this corresponds to an HTTP status code of 5xx).


WRS_INVALIDREQUEST

public static final CSWExceptionCode WRS_INVALIDREQUEST
The request message is either invalid or is not well-formed.


WRS_TRANSACTIONFAILED

public static final CSWExceptionCode WRS_TRANSACTIONFAILED
The requested transaction could not be completed.


WRS_NOTIMPLEMENTED

public static final CSWExceptionCode WRS_NOTIMPLEMENTED
The (abstract) operation has not been implemented.


WRS_NOTFOUND

public static final CSWExceptionCode WRS_NOTFOUND
The requested resource does not exist or could not be found.


WRS_NOTSUPPORTED

public static final CSWExceptionCode WRS_NOTSUPPORTED
A service option, feature, or capability is not supported.

Constructor Detail

CSWExceptionCode

public CSWExceptionCode(String value)
Parameters:
value - to set this ExceptionCode to

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org