Package exceptions.gui
Class HttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.gui.JatosException
-
- exceptions.gui.HttpException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadRequestException,ForbiddenException,InternalServerErrorException,NotFoundException
public class HttpException extends JatosException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected inthttpStatusCode
-
Constructor Summary
Constructors Constructor Description HttpException(int status, java.lang.String message)HttpException(int status, java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatus()-
Methods inherited from class exceptions.gui.JatosException
asApiJsonNode, asApiJsValue
-
-
-
-
Constructor Detail
-
HttpException
public HttpException(int status, java.lang.String message)
-
HttpException
public HttpException(int status, java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
-