Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.leandev.appfuse.http.exception.HttpClientException
io.leandev.appfuse.http.exception.ServerErrorException
io.leandev.appfuse.http.exception.ServiceUnavailableException
- All Implemented Interfaces:
Serializable
服務不可用異常(HTTP 503)
表示伺服器暫時無法處理請求,通常是由於維護或過載。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUnavailableException(String message) 建立服務不可用異常ServiceUnavailableException(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
-
ServiceUnavailableException
-
ServiceUnavailableException
-