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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.gerrit.extensions.restapi.RestApiExceptioncaching, setCaching, wrapMethods inherited from class java.lang.ThrowableaddSuppressed, 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.
 
 
-