notification-service
Toggle table of contents
2.8.1
jvm
Platform filter
jvm
Switch theme
Search in API
notification-service
application
/
io.github.positionpal.notification.application.tokens
/
NotFound
Not
Found
class
NotFound
(
val
message
:
String
,
val
cause
:
Throwable
?
=
null
)
:
Error
A result of an operation that failed because of a not found resource.
Members
Constructors
Not
Found
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
=
null
message
Link copied to clipboard
open
override
val
message
:
String