Class RESTHandlerMethodNotAllowedError
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.ibm.wsspi.rest.handler.helper.RESTHandlerMethodNotAllowedError
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class RESTHandlerMethodNotAllowedError extends java.lang.RuntimeExceptionThis error is thrown by the RESTHandlerContainer when a particular HTTP method is not allowed.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RESTHandlerMethodNotAllowedError(java.lang.String allowedMethods)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAllowedMethods()intgetStatusCode()
 
-