org.jboss.seam.annotations.exception
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface HttpError
Modifier and Type | Optional Element and Description |
---|---|
boolean |
end
Deprecated.
use @ApplicationException(end=true)
|
int |
errorCode
The HTTP error code, default to 500.
|
String |
message
The 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
Copyright © 2015 Seam Framework. All Rights Reserved.