org.apache.tapestry5.services
Class HttpError

java.lang.Object
  extended by 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

Constructor Summary
HttpError(int statusCode, String message)
           
 
Method Summary
 String getMessage()
          Returns error message.
 int getStatusCode()
          Returns the error status code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpError

public HttpError(int statusCode,
                 String message)
Method Detail

getStatusCode

public int getStatusCode()
Returns the error status code.


getMessage

public String getMessage()
Returns error message.



Copyright © 2003-2012 The Apache Software Foundation.