Class NotFoundException
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.NotFoundException
- All Implemented Interfaces:
Serializable
資源不存在異常(HTTP 404)
表示伺服器找不到請求的資源。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription建立資源不存在異常NotFoundException(String message) 建立資源不存在異常NotFoundException(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
-
NotFoundException
public NotFoundException()建立資源不存在異常 -
NotFoundException
-
NotFoundException
-