ServerNotFound

@Produces
@Singleton
@Requires(classes = [ServerServiceException.ServerNotFoundExceptionException::class, ExceptionHandler::class])
class ServerNotFound : ExceptionHandler<ServerServiceException.ServerNotFoundExceptionException, 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.ServerNotFoundExceptionException?): ErrorResponse