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 String
getMessage()
Returns error message.int
getStatusCode()
Returns the error status code.
-
-
-
Method Detail
-
getStatusCode
public int getStatusCode()
Returns the error status code.
-
getMessage
public String getMessage()
Returns error message.
-
-