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