Package eu.miltema.slimweb
Class HttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.miltema.slimweb.HttpException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpException extends java.lang.RuntimeExceptionIndicates an HTTP specific error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpException(int httpCode, java.lang.String message, java.lang.String... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpCode()
-