Class NotAuthorizedException
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.NotAuthorizedException
- All Implemented Interfaces:
Serializable
未授權異常(HTTP 401)
表示請求需要身分驗證。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAuthorizedException(String message) 建立未授權異常NotAuthorizedException(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
-
NotAuthorizedException
-
NotAuthorizedException
-