<?xml version="1.0" ?>
<!-- 
The following is an example of an exception report.
This exception indicates that the first insert
statement failed because of a missing closing XML
tag in the request.
-->
<ExceptionReport
   version="2.0.0"
   xmlns="http://www.opengis.net/ows/1.1"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/ows/1.1
                       http://schemas.opengis.net/ows/1.1.0/owsAll.xsd">
   <Exception exceptionCode="DuplicateStoredQueryIdValue"
              locator="FeatureInPolygon">
      <ExceptionText>The identifier urn:CubeWerx:StoredQueries:FeaturesInPolygon has already been assiged to a stored query.</ExceptionText>
   </Exception>
</ExceptionReport>
