类 HttpClientErrorException.MethodNotAllowed

所有已实现的接口:
Serializable
封闭类:
HttpClientErrorException

public static final class HttpClientErrorException.MethodNotAllowed extends HttpClientErrorException
HttpClientErrorException for status HTTP 405 Method Not Allowed.
另请参阅:
  • 构造器详细资料

    • MethodNotAllowed

      private MethodNotAllowed(String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset)
    • MethodNotAllowed

      private MethodNotAllowed(String message, String statusText, HttpHeaders headers, byte[] body, @Nullable Charset charset)