ktor
2.2.2
2.2.2
2.2.1
2.2.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc-1
2.0.0-beta-1
1.6.8
1.6.7
jvmAndNix
ktor-server-host-common
/
io.ktor.server.engine
/
BaseApplicationResponse
/
ResponseAlreadySentException
Response
Already
Sent
Exception
jvmAndNix
class
ResponseAlreadySentException
:
IllegalStateException
Thrown when there was already response sent but we are trying to respond again
Constructors
Properties
Constructors
Response
Already
Sent
Exception
Link copied to clipboard
jvmAndNix
fun
ResponseAlreadySentException
(
)
Properties
cause
Link copied to clipboard
jvmAndNix
open
val
cause
:
Throwable
?
message
Link copied to clipboard
jvmAndNix
open
val
message
:
String
?