Class HttpUncheckException

All Implemented Interfaces:
Serializable

public class HttpUncheckException extends UncheckedException
类型: HTTP请求异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • HttpUncheckException

      public HttpUncheckException()
    • HttpUncheckException

      public HttpUncheckException(String message)
    • HttpUncheckException

      public HttpUncheckException(String format, Object... args)
    • HttpUncheckException

      public HttpUncheckException(String message, Throwable cause)
    • HttpUncheckException

      public HttpUncheckException(Throwable cause)
    • HttpUncheckException

      public HttpUncheckException(String errcode, String errmsg)