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
 
 public class MethodNotAllowedException extends RestApiException Method is not acceptable on the resource (HTTP 405 Method Not Allowed).- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MethodNotAllowedException(String msg)MethodNotAllowedException(String msg, Throwable cause)
 - 
Method Summary- 
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiExceptioncaching, setCaching, wrap
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
MethodNotAllowedExceptionpublic MethodNotAllowedException(String msg) - Parameters:
- msg- error text for client describing why the method is not allowed.
 
 
- 
 
-