com.xebialabs.deployit.engine.spi.exception
Annotation Type HttpResponseCodeResult


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface HttpResponseCodeResult

Annotation that provides the HttpResponseCode for an exception type.


Optional Element Summary
 int statusCode
           
 

statusCode

public abstract int statusCode
Default:
500