org.apache.tapestry5.services
Class HttpError
java.lang.Object
org.apache.tapestry5.services.HttpError
public final class HttpError
- extends Object
An event handler method may return an instance of this class to send an error response to the client.
- Since:
- 5.2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpError
public HttpError(int statusCode,
String message)
getStatusCode
public int getStatusCode()
- Returns the error status code.
getMessage
public String getMessage()
- Returns error message.
Copyright © 2003-2012 The Apache Software Foundation.