| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface HttpError
Specifies that an exception results in a HTTP error.
| Optional Element Summary | |
|---|---|
|  boolean | endShould the current long-running conversation end when this exception occurs. | 
|  int | errorCodeThe HTTP error code, default to 500. | 
|  String | messageThe message to be sent in the HTTP error, default to using the exception message. | 
public abstract String message
public abstract int errorCode
public abstract boolean end
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||