[net](../../index.md) / [com.drake.net.exception](../index.md) / [ResponseException](./index.md) # ResponseException `class ResponseException : `[`NetException`](../-net-exception/index.md) 如果返回200但是返回数据不符合业务要求可以抛出该异常 ### Constructors | Name | Summary | |---|---| | [<init>](-init-.md) | 如果返回200但是返回数据不符合业务要求可以抛出该异常`ResponseException(response: Response, info: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?)` |