Class MethodNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.MethodNotAllowedException
- All Implemented Interfaces:
Serializable
Method is not acceptable on the resource (HTTP 405 Method Not Allowed).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiException
caching, setCaching, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MethodNotAllowedException
- Parameters:
msg
- error text for client describing why the method is not allowed.
-
MethodNotAllowedException
- Parameters:
msg
- error text for client describing why the method is not allowed.cause
- reason for the method not being allowed.
-