Example usage for org.springframework.http.converter HttpMessageNotReadableException subclass-usage

List of usage examples for org.springframework.http.converter HttpMessageNotReadableException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.http.converter HttpMessageNotReadableException subclass-usage.

Usage

From source file com.wisemapping.rest.JsonHttpMessageNotReadableException.java

class JsonHttpMessageNotReadableException
        extends org.springframework.http.converter.HttpMessageNotReadableException {

    public JsonHttpMessageNotReadableException(String msg, Exception cause) {
        super(msg, cause);
    }