Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.leandev.appfuse.http.exception.HttpClientException
io.leandev.appfuse.http.exception.ClientErrorException
io.leandev.appfuse.http.exception.BadRequestException
- All Implemented Interfaces:
Serializable
錯誤請求異常(HTTP 400)
表示伺服器無法理解請求的語法。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadRequestException(String message) 建立錯誤請求異常BadRequestException(String message, Throwable cause) 建立錯誤請求異常,包含原始異常 -
Method Summary
Methods inherited from class HttpClientException
getStatusCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
-
BadRequestException
-