handleIllegalState

@ExceptionHandler(value = [IllegalStateException::class])
fun handleIllegalState(ex: Exception, request: HttpServletRequest): ApiResponse<ApiResponse.FailureBody>