org.springframework.web
Class HttpMediaTypeNotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.springframework.web.HttpMediaTypeException
org.springframework.web.HttpMediaTypeNotAcceptableException
- All Implemented Interfaces:
- Serializable
public class HttpMediaTypeNotAcceptableException
- extends HttpMediaTypeException
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
- Since:
- 3.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpMediaTypeNotAcceptableException
public HttpMediaTypeNotAcceptableException(String message)
- Create a new HttpMediaTypeNotAcceptableException.
- Parameters:
message
- the exception message
HttpMediaTypeNotAcceptableException
public HttpMediaTypeNotAcceptableException(List<MediaType> supportedMediaTypes)
- Create a new HttpMediaTypeNotSupportedException.
- Parameters:
supportedMediaTypes
- the list of supported media types