Class InternalServerErrorException
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.InternalServerErrorException
- All Implemented Interfaces:
Serializable
內部伺服器錯誤異常(HTTP 500)
表示伺服器遇到未預期的狀況,無法完成請求。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalServerErrorException(String message) 建立內部伺服器錯誤異常InternalServerErrorException(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
-
InternalServerErrorException
-
InternalServerErrorException
-