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.courses
/
UnknownCourseExerciseException
Unknown
Course
Exercise
Exception
class
UnknownCourseExerciseException
(
val
courseId
:
Long
,
val
exerciseId
:
Long
)
:
RuntimeException
(
source
)
Members
Constructors
Unknown
Course
Exercise
Exception
Link copied to clipboard
constructor
(
courseId
:
Long
,
exerciseId
:
Long
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
course
Id
Link copied to clipboard
val
courseId
:
Long
exercise
Id
Link copied to clipboard
val
exerciseId
:
Long
message
Link copied to clipboard
open
val
message
:
String
?