Class RESTHandlerUnsupportedMediaType
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.ibm.wsspi.rest.handler.helper.RESTHandlerUnsupportedMediaType
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class RESTHandlerUnsupportedMediaType extends java.lang.RuntimeExceptionThis error is thrown by the RESTHandlerContainer when a request's media type is not supported.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RESTHandlerUnsupportedMediaType(java.lang.String mediaType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()voidsetStatusCode(int code)
 
-