public class MethodNotAllowedException extends RestApiException
Constructor and Description |
---|
MethodNotAllowedException() |
MethodNotAllowedException(String msg) |
caching, caching
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotAllowedException()
public MethodNotAllowedException(String msg)
msg
- error text for client describing why the method is not allowed.