Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.aplus
/
AplusWriteException
Aplus
Write
Exception
open
class
AplusWriteException
(
status
:
HttpStatusCode
,
val
detail
:
String
)
:
AplusException
(
source
)
Inheritors
AplusWriteRejectedException
Members
Constructors
Aplus
Write
Exception
Link copied to clipboard
constructor
(
status
:
HttpStatusCode
,
detail
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
detail
Link copied to clipboard
val
detail
:
String
message
Link copied to clipboard
open
val
message
:
String
?