@Vetoed public class MethodNotAllowedException extends RuntimeException
| Constructor and Description |
|---|
MethodNotAllowedException(Set<HttpMethod> allowed,
String requested) |
| Modifier and Type | Method and Description |
|---|---|
Set<HttpMethod> |
getAllowedMethods() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodNotAllowedException(Set<HttpMethod> allowed, String requested)
public Set<HttpMethod> getAllowedMethods()
Copyright © 2014 Caelum. All rights reserved.