public class MethodNotAllowedException extends ResponseStatusException
| コンストラクターと説明 |
|---|
MethodNotAllowedException(HttpMethod method, java.util.Collection<HttpMethod> supportedMethods) |
MethodNotAllowedException(java.lang.String method, java.util.Collection<HttpMethod> supportedMethods) |
| 修飾子と型 | メソッドと説明 |
|---|---|
java.lang.String | getHttpMethod() 失敗したリクエストの HTTP メソッドを返します。 |
java.util.Set<HttpMethod> | getSupportedMethods() サポートされている HTTP メソッドのリストを返します。 |
getMessage, getReason, getStatuscontains, getMostSpecificCause, getRootCausepublic MethodNotAllowedException(HttpMethod method, java.util.Collection<HttpMethod> supportedMethods)
public MethodNotAllowedException(java.lang.String method,
@Nullable
java.util.Collection<HttpMethod> supportedMethods)public java.lang.String getHttpMethod()
public java.util.Set<HttpMethod> getSupportedMethods()