ResponseException
open class ResponseException : IllegalStateException
Base for default response exceptions.
Parameters
response
- : origin response
Constructors
ResponseException(response: HttpResponse) ResponseException( Base for default response exceptions. |
Properties
val response: HttpResponse |
Extension Properties
Root cause of the Throwable. |
Inheritors
class ClientRequestException : ResponseException Bad client request exception. |
|
class RedirectResponseException : ResponseException Unhandled redirect exception. |
|
class ServerResponseException : ResponseException Server error exception. |