@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface QueryError
The @QueryError annotation marks a SimpleBamService method as handling
a queryError response to a query GET or SET. BAM query errors
are required replies from a BAM service when a RPC query fails.
The method signature is