BaseExceptionUtils

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
400
Link copied to clipboard
403
Link copied to clipboard
open fun from(status: HttpStatus, msg: String, @Nullable cause: Throwable): BaseException
Link copied to clipboard
500
open fun internalServerError(msg: String, @Nullable cause: Throwable): BaseException
Link copied to clipboard
open fun notFound(msg: String): BaseException
404
Link copied to clipboard
401