ktor
1.6.8
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-server-host-common
/
io.ktor.server.engine
/
BaseApplicationResponse
/
ResponseAlreadySentException
Response
Already
Sent
Exception
class
ResponseAlreadySentException
:
IllegalStateException
Content copied to clipboard
Thrown when there was already response sent but we are trying to respond again
Constructors
Functions
Properties
Constructors
Response
Already
Sent
Exception
Link copied to clipboard
fun
ResponseAlreadySentException
(
)
Content copied to clipboard
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
Content copied to clipboard
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
Content copied to clipboard
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
Content copied to clipboard
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
Content copied to clipboard
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
Content copied to clipboard
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
Content copied to clipboard
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
Content copied to clipboard
open
fun
printStackTrace
(
p0
:
PrintStream
)
Content copied to clipboard
open
fun
printStackTrace
(
p0
:
PrintWriter
)
Content copied to clipboard
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
open
val
message
:
String
?
Content copied to clipboard