Package net.anwiba.commons.http
Class HttpServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.anwiba.commons.http.HttpServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpServerException extends java.io.IOException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpServerException(java.lang.String message, java.lang.String url, int statusCode, java.lang.String statusText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()java.lang.StringgetStatusText()java.lang.StringgetUrl()
-