Package org.apache.tapestry5.services
Class HttpError
- java.lang.Object
 - 
- org.apache.tapestry5.services.HttpError
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Returns error message.intgetStatusCode()Returns the error status code. 
 - 
 
- 
- 
Method Detail
- 
getStatusCode
public int getStatusCode()
Returns the error status code. 
- 
getMessage
public String getMessage()
Returns error message. 
 - 
 
 -