public class MethodNotAllowedException extends RestApiException
Constructor and Description |
---|
MethodNotAllowedException() |
MethodNotAllowedException(java.lang.String msg) |
MethodNotAllowedException(java.lang.String msg,
java.lang.Throwable cause) |
caching, caching
public MethodNotAllowedException()
public MethodNotAllowedException(java.lang.String msg)
msg
- error text for client describing why the method is not allowed.public MethodNotAllowedException(java.lang.String msg, java.lang.Throwable cause)
msg
- error text for client describing why the method is not allowed.cause
- reason for the method not being allowed.