Class NotAllowedException
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.NotAllowedException
- All Implemented Interfaces:
Serializable
方法不允許異常(HTTP 405)
表示請求方法不被允許用於指定的資源。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAllowedException(String message) 建立方法不允許異常NotAllowedException(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
-
NotAllowedException
-
NotAllowedException
-