Package exceptions.gui
Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.gui.JatosException
-
- exceptions.gui.HttpException
-
- exceptions.gui.BadRequestException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadRequestException extends HttpException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class exceptions.gui.HttpException
httpStatusCode
-
-
Constructor Summary
Constructors Constructor Description BadRequestException(java.lang.String message)BadRequestException(java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
Method Summary
-
Methods inherited from class exceptions.gui.HttpException
getStatus
-
Methods inherited from class exceptions.gui.JatosException
asApiJsonNode, asApiJsValue
-
-
-
-
Constructor Detail
-
BadRequestException
public BadRequestException(java.lang.String message)
-
BadRequestException
public BadRequestException(java.lang.String message, ApiEnvelope.ErrorCode errorCode)
-
-