ChannelNotFound

@Produces
@Singleton
@Requires(classes = [ServerServiceException.ChannelNotFoundException::class, ExceptionHandler::class])
class ChannelNotFound : ExceptionHandler<ServerServiceException.ChannelNotFoundException, ErrorResponse>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Status(value = HttpStatus.NOT_FOUND)
open override fun handle(request: HttpRequest<*>?, exception: ServerServiceException.ChannelNotFoundException?): ErrorResponse