Class ForbiddenException
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.ForbiddenException
- All Implemented Interfaces:
Serializable
禁止存取異常(HTTP 403)
表示伺服器理解請求,但拒絕執行。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForbiddenException(String message) 建立禁止存取異常ForbiddenException(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
-
ForbiddenException
-
ForbiddenException
-